File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
tests/unit/plugins/modules Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -131,23 +131,6 @@ def test_module_exit_when_path_and_password_correct(self):
131131 })
132132 cert_info .main ()
133133
134- def test_module_exit_when_password_wrong_with_passphrase_check (self ):
135- with self .assertRaises (AnsibleExitJson ):
136- set_module_args ({
137- 'path' : 'molecule/plugins/files/es-ca/elastic-stack-ca.p12' ,
138- 'passphrase' : 'PleaseChangeMe-Wrong' ,
139- 'passphrase_check' : True
140- })
141- cert_info .main ()
142-
143- def test_module_exit_when_password_correct_with_passphrase_check (self ):
144- with self .assertRaises (AnsibleExitJson ):
145- set_module_args ({
146- 'path' : 'molecule/plugins/files/es-ca/elastic-stack-ca.p12' ,
147- 'passphrase' : 'PleaseChangeMe' ,
148- 'passphrase_check' : True
149- })
150- cert_info .main ()
151134
152135if __name__ == '__main__' :
153136 unittest .main ()
You can’t perform that action at this time.
0 commit comments