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 2576b02 commit 1c37f05Copy full SHA for 1c37f05
1 file changed
spec/unit/puppet/provider/mongodb_user/mongodb_spec.rb
@@ -93,7 +93,8 @@
93
{
94
"updateUser":"new_user",
95
"pwd":"pass",
96
- "digestPassword":false
+ "digestPassword":false,
97
+ "mechanisms":["SCRAM-SHA-1"]
98
}
99
EOS
100
allow(provider).to receive(:mongo_eval).
0 commit comments