In the createUser lab I created my user but the tests are still failing.
> db.getUser("m103-application-user")
{
"_id" : "test.m103-application-user",
"user" : "m103-application-user",
"db" : "test",
"roles" : [
{
"role" : "readWrite",
"db" : "applicationData"
}
],
"mechanisms" : [
"SCRAM-SHA-1",
"SCRAM-SHA-256"
]
}
What am I missing here?