mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
@@ -212,7 +212,3 @@ class SanManagerModuleSpec(unittest.TestCase, OneViewBaseTestCase):
|
||||
msg = "A connectionInfo field is required for this operation."
|
||||
|
||||
self.mock_ansible_module.fail_json.assert_called_once_with(exception=mock.ANY, msg=msg)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user