diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/admin_scripts/tests.py | 2 | ||||
| -rw-r--r-- | tests/admin_views/tests.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index c2bb9f9e5d..2e77f2c97a 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -2652,7 +2652,7 @@ class StartProject(LiveServerTestCase, AdminScriptTestCase): urls.urlpatterns = old_urlpatterns def test_project_template_tarball_url(self): - """ " + """ Startproject management command handles project template tar/zip balls from non-canonical urls. """ diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 5e300de8bc..5fab253f80 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -3927,7 +3927,7 @@ class AdminViewStringPrimaryKeyTest(TestCase): ) def test_deleteconfirmation_link(self): - """ " + """ The link from the delete confirmation page referring back to the changeform of the object should be quoted. """ |
