Fixed typo in tests/servers/tests.py.

This commit is contained in:
Mariusz Felisiak 2020-12-15 08:51:58 +01:00 committed by GitHub
parent e251dd8230
commit 965d2d95c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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})