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 40ff308 commit 0b40e06Copy full SHA for 0b40e06
spec/acceptance/server_spec.rb
@@ -132,7 +132,7 @@ class { 'mongodb::client': }
132
it { is_expected.to contain 'db.auth(\'admin\', \'password\')' }
133
end
134
135
- describe command("mongosh admin --username admin --password password --quiet --eval \"load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])\"") do
+ 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" }
138
0 commit comments