summaryrefslogtreecommitdiff
path: root/tests/servers
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-12-15 08:51:58 +0100
committerGitHub <noreply@github.com>2020-12-15 08:51:58 +0100
commit965d2d95c630939b53eb60d9c169f5dfc77ee0c6 (patch)
treeb7c0359a7af7ff809e40e35158c2a083b9fe996e /tests/servers
parente251dd8230c0aa09ad7eb899bd36443d75ec51cf (diff)
Fixed typo in tests/servers/tests.py.
Diffstat (limited to 'tests/servers')
-rw-r--r--tests/servers/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/servers/tests.py b/tests/servers/tests.py
index 33d0605443..a586b82aeb 100644
--- a/tests/servers/tests.py
+++ b/tests/servers/tests.py
@@ -266,8 +266,8 @@ class LiveServerPort(LiveServerBase):
TestCase.tearDownClass()
-class LiverServerThreadedTests(LiveServerBase):
- """If LiverServerTestCase isn't threaded, these tests will hang."""
+class LiveServerThreadedTests(LiveServerBase):
+ """If LiveServerTestCase isn't threaded, these tests will hang."""
def test_view_calls_subview(self):
url = '/subview_calling_view/?%s' % urlencode({'url': self.live_server_url})