summaryrefslogtreecommitdiff
path: root/tests/integration/api_network_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/api_network_test.py')
-rw-r--r--tests/integration/api_network_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/api_network_test.py b/tests/integration/api_network_test.py
index af22da8..2568138 100644
--- a/tests/integration/api_network_test.py
+++ b/tests/integration/api_network_test.py
@@ -9,7 +9,7 @@ from .base import BaseAPIIntegrationTest, TEST_IMG
class TestNetworks(BaseAPIIntegrationTest):
def tearDown(self):
self.client.leave_swarm(force=True)
- super(TestNetworks, self).tearDown()
+ super().tearDown()
def create_network(self, *args, **kwargs):
net_name = random_name()