We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1005029 commit e2fab52Copy full SHA for e2fab52
tests/unit/plugins/modules/test_cert_info.py
@@ -143,6 +143,7 @@ def test_module_exit_when_path_and_password_correct(self):
143
})
144
cert_info.main()
145
146
+ # Tests with passphrase_check mode set to True (default is False)
147
def test_module_exit_when_password_wrong_with_passphrase_check(self):
148
with self.assertRaises(AnsibleExitJson):
149
set_module_args({
0 commit comments