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 0c50189 commit 9b7ebbfCopy full SHA for 9b7ebbf
tests/unit/plugins/modules/test_cert_info.py
@@ -55,6 +55,7 @@ class AnsibleExitJson(Exception):
55
"""Exception class to be raised by module.exit_json and caught by the test case"""
56
pass
57
58
+
59
class AnsibleFailJson(Exception):
60
"""Exception class to be raised by module.fail_json and caught by the test case"""
61
0 commit comments