diff options
Diffstat (limited to 'tests/view_tests')
| -rw-r--r-- | tests/view_tests/tests/test_debug.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/view_tests/tests/test_debug.py b/tests/view_tests/tests/test_debug.py index 590d75264f..fc7bd43160 100644 --- a/tests/view_tests/tests/test_debug.py +++ b/tests/view_tests/tests/test_debug.py @@ -174,9 +174,9 @@ class DebugViewTests(LoggingCaptureMixin, SimpleTestCase): @override_settings(ROOT_URLCONF='view_tests.default_urls') 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 shown instead of the technical 404 page, if the user has not altered their - url conf yet. + URLconf yet. """ response = self.client.get('/') self.assertContains( |
