mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
@@ -4,7 +4,6 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import unittest
|
||||
from contextlib import contextmanager
|
||||
from unittest.mock import call, patch
|
||||
|
||||
@@ -296,7 +295,3 @@ class TestIPAOTPConfig(ModuleTestCase):
|
||||
self.module.main()
|
||||
|
||||
self.assertEqual(exec_info.exception.args[0]["msg"], "ERROR MESSAGE")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user