summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/servers/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/servers/tests.py b/tests/servers/tests.py
index a54421fe78..03496c3d2a 100644
--- a/tests/servers/tests.py
+++ b/tests/servers/tests.py
@@ -364,6 +364,7 @@ class LiveServerPort(LiveServerBase):
% self.live_server_url,
)
finally:
+ TestCase.doClassCleanups()
TestCase.tearDownClass()
def test_specified_port_bind(self):
@@ -383,6 +384,7 @@ class LiveServerPort(LiveServerBase):
% TestCase.port,
)
finally:
+ TestCase.doClassCleanups()
TestCase.tearDownClass()