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 fbe5871 commit e6b11f3Copy full SHA for e6b11f3
tests/unit/plugins/modules/test_cert_info.py
@@ -85,7 +85,7 @@ def exit_json(*args, **kwargs):
85
if args[0].params['passphrase'] == 'PleaseChangeMe-Wrong' and kwargs['passphrase_check'] is True:
86
checks_passed = False
87
# fail checks, if passphrase is correct and passphrase_check kwarg is not True
88
- if args[0].params['passphrase'] == 'PleaseChangeMe' and kwargs['passphrase_check'] is not False:
+ if args[0].params['passphrase'] == 'PleaseChangeMe' and kwargs['passphrase_check'] is False:
89
90
91
if checks_passed:
0 commit comments