mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[PR #11304/02b18593 backport][stable-12] Remove unittest.main() calls (#11305)
Remove unittest.main() calls (#11304)
Remove unittest.main() calls.
(cherry picked from commit 02b185932c)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -113,7 +113,3 @@ class EnclosureInfoSpec(unittest.TestCase, FactsParamsTestCase):
|
||||
self.enclosures.get_utilization.assert_called_once_with(
|
||||
PRESENT_ENCLOSURES[0]["uri"], fields="AveragePower", filter=date_filter, view="day", refresh=True
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user