From 604e32ee9300a0d76665e07010afc230007e4a79 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 15 May 2024 20:01:17 +0200 Subject: [PATCH] Fixed typos in test docstrings. --- tests/admin_scripts/tests.py | 2 +- 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 c2bb9f9e5d2e..2e77f2c97a62 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -2652,7 +2652,7 @@ def serve_template(request, *args, **kwargs): 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 5e300de8bcf2..5fab253f8096 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -3927,7 +3927,7 @@ def test_recentactions_description(self): ) def test_deleteconfirmation_link(self): - """ " + """ The link from the delete confirmation page referring back to the changeform of the object should be quoted. """