Skip to content

Commit 07a368c

Browse files
committed
fixup! fixup! fixup! fixup! fixup! Replace mongo shell with mongosh
1 parent d44d9fc commit 07a368c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/user_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class { 'mongodb::server': }
4646

4747
it 'auth should fail' do
4848
shell("mongosh testdb --quiet --eval 'db.auth(\"testuser\",\"passw0rd\")'") do |r|
49-
expect(r.stdout.chomp).to contain('MongoServerError: Authentication failed.')
49+
expect(r.stdout.chomp).to contain('MongoServerError: Authentication failed')
5050
end
5151
end
5252
end

0 commit comments

Comments
 (0)