Skip to content

Commit 1df0bb1

Browse files
add teardown for TestTrafficTypeApi
Co-authored-by: dahn <[email protected]>
1 parent bb476dc commit 1df0bb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/integration/smoke/test_network_traffic_type_api.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ def setUpClass(cls):
4444
)
4545
cls._cleanup.append(cls.physical_network)
4646

47+
@classmethod
48+
def tearDownClass(cls):
49+
super(TestTrafficTypeApi, cls).tearDownClass()
50+
51+
4752
@attr(tags=["advanced"], required_hardware="false")
4853
def test_list_api_fields(self):
4954
traffic_type = TrafficType.add(

0 commit comments

Comments
 (0)