mirror of
https://github.com/django/django.git
synced 2025-11-09 07:40:28 +00:00
Fixed typo in tests/servers/tests.py.
This commit is contained in:
parent
e251dd8230
commit
965d2d95c6
1 changed files with 2 additions and 2 deletions
|
|
@ -266,8 +266,8 @@ class LiveServerPort(LiveServerBase):
|
||||||
TestCase.tearDownClass()
|
TestCase.tearDownClass()
|
||||||
|
|
||||||
|
|
||||||
class LiverServerThreadedTests(LiveServerBase):
|
class LiveServerThreadedTests(LiveServerBase):
|
||||||
"""If LiverServerTestCase isn't threaded, these tests will hang."""
|
"""If LiveServerTestCase isn't threaded, these tests will hang."""
|
||||||
|
|
||||||
def test_view_calls_subview(self):
|
def test_view_calls_subview(self):
|
||||||
url = '/subview_calling_view/?%s' % urlencode({'url': self.live_server_url})
|
url = '/subview_calling_view/?%s' % urlencode({'url': self.live_server_url})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue