diff --git a/django/test/testcases.py b/django/test/testcases.py index d2c1735763..9598bd182a 100644 --- a/django/test/testcases.py +++ b/django/test/testcases.py @@ -1069,9 +1069,6 @@ class LiveServerThread(threading.Thread): self.is_ready.set() def terminate(self): - """ - Shuts down live WSGI server. - """ if hasattr(self, 'httpd'): # Stop the WSGI server self.httpd.shutdown()