We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44d9fc commit 07a368cCopy full SHA for 07a368c
spec/acceptance/user_spec.rb
@@ -46,7 +46,7 @@ class { 'mongodb::server': }
46
47
it 'auth should fail' do
48
shell("mongosh testdb --quiet --eval 'db.auth(\"testuser\",\"passw0rd\")'") do |r|
49
- expect(r.stdout.chomp).to contain('MongoServerError: Authentication failed.')
+ expect(r.stdout.chomp).to contain('MongoServerError: Authentication failed')
50
end
51
52
0 commit comments