Fixed typo in tests/view_tests/tests/test_debug.py docstring.
This commit is contained in:
parent
b807298c66
commit
d6d007819d
|
@ -238,9 +238,8 @@ class DebugViewTests(SimpleTestCase):
|
||||||
@override_settings(ROOT_URLCONF='view_tests.default_urls')
|
@override_settings(ROOT_URLCONF='view_tests.default_urls')
|
||||||
def test_default_urlconf_template(self):
|
def test_default_urlconf_template(self):
|
||||||
"""
|
"""
|
||||||
Make sure that the default URLconf template is shown shown instead
|
Make sure that the default URLconf template is shown instead of the
|
||||||
of the technical 404 page, if the user has not altered their
|
technical 404 page, if the user has not altered their URLconf yet.
|
||||||
URLconf yet.
|
|
||||||
"""
|
"""
|
||||||
response = self.client.get('/')
|
response = self.client.get('/')
|
||||||
self.assertContains(
|
self.assertContains(
|
||||||
|
|
Loading…
Reference in New Issue