We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16c54f commit 2bf404cCopy full SHA for 2bf404c
spec/acceptance/server_spec.rb
@@ -134,7 +134,7 @@ class { 'mongodb::client': }
134
135
describe command("mongosh admin --quiet --eval \"load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])\"") do
136
its(:exit_status) { is_expected.to eq 0 }
137
- its(:stdout) { is_expected.to match "{ \"createdBy\" : \"Puppet Mongodb_user['User admin on db admin']\" }\n" }
+ its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" }
138
end
139
140
describe command('mongod --version') do
0 commit comments