Cluster "Sandbox" failing first tests

  1. I know for fact, my clusters name is “Sandbox”;
  2. I am able to connect to it using: mongo “mongodb+srv://m001-student:m001-mongodb-basics@sandbox.xxxxx.mongodb.net”
  3. 2 tests pass and 1 fail (wrong cluster name);
  4. Trying to terminate cluster allows to do this action only if I enter “Sandbox”, but not “sandbox”;
  5. “” (quotes around word Sandbox) are only present in this text, not in the actual code/Atlas.

Try @Ramachandra_37567 solution presented in
https://www.mongodb.com/community/forums/t/cant-pass-last-assignment-in-chapter-1-issue/80415?u=steevej-1495

1 Like

Thanks, it helped!