mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-15 17:40:50 -07:00
Remove shebangs from unit tests.
This commit is contained in:
parent
a404745a31
commit
a5e3d13adc
14 changed files with 0 additions and 54 deletions
|
@ -40,7 +40,3 @@ class TestUrlparse(unittest.TestCase):
|
|||
s3_url="http://bla.blubb"
|
||||
actual = s3.get_s3_connection(aws_connect_kwargs, location, rgw, s3_url)
|
||||
self.assertEqual("bla.blubb", actual.host)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue