mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove shebangs from unit tests.
This commit is contained in:
@@ -92,6 +92,3 @@ class RetryTestCase(unittest.TestCase):
|
||||
self.assertEqual(e.response['Error']['Code'], 'AuthFailure')
|
||||
|
||||
self.assertEqual(self.counter, 1)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user