We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df0bb1 commit cc72adaCopy full SHA for cc72ada
test/integration/smoke/test_network_traffic_type_api.py
@@ -44,10 +44,10 @@ def setUpClass(cls):
44
)
45
cls._cleanup.append(cls.physical_network)
46
47
- @classmethod
48
- def tearDownClass(cls):
49
- super(TestTrafficTypeApi, cls).tearDownClass()
50
-
+ @classmethod
+ def tearDownClass(cls):
+ super(TestTrafficTypeApi, cls).tearDownClass()
+
51
52
@attr(tags=["advanced"], required_hardware="false")
53
def test_list_api_fields(self):
0 commit comments