Skip to content

Commit e2fab52

Browse files
authored
Added comment to unit tests
1 parent 1005029 commit e2fab52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/plugins/modules/test_cert_info.py

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def test_module_exit_when_path_and_password_correct(self):
143143
})
144144
cert_info.main()
145145

146+
# Tests with passphrase_check mode set to True (default is False)
146147
def test_module_exit_when_password_wrong_with_passphrase_check(self):
147148
with self.assertRaises(AnsibleExitJson):
148149
set_module_args({

0 commit comments

Comments
 (0)