summaryrefslogtreecommitdiff
path: root/tests/servers/test_liveserverthread.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/servers/test_liveserverthread.py')
-rw-r--r--tests/servers/test_liveserverthread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/servers/test_liveserverthread.py b/tests/servers/test_liveserverthread.py
index 09b6ca08c8..8ed70f3202 100644
--- a/tests/servers/test_liveserverthread.py
+++ b/tests/servers/test_liveserverthread.py
@@ -7,7 +7,6 @@ from django.test.testcases import LiveServerThread
# otherwise closing the connection would implicitly rollback and not set the
# connection to None.
class LiveServerThreadTest(TransactionTestCase):
-
available_apps = []
def run_live_server_thread(self, connections_override=None):