From 1bbec8232cbdf3d89f56b2a3e2510d68f5887215 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Mon, 22 Feb 2021 15:24:56 +0000 Subject: [PATCH] inherritics --- test/integration/smoke/test_usage_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_usage_events.py b/test/integration/smoke/test_usage_events.py index abd54ae9b64..94bf75ac3e3 100644 --- a/test/integration/smoke/test_usage_events.py +++ b/test/integration/smoke/test_usage_events.py @@ -63,7 +63,7 @@ class TestUsageEvents(cloudstackTestCase): @classmethod def tearDownClass(cls): - super(TestUsageEvents,self).tearDownClass() + super(TestUsageEvents,cls).tearDownClass() def setUp(self): self.apiclient = self.testClient.getApiClient()