diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-05-15 20:01:17 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-16 07:57:58 +0200 |
| commit | 604e32ee9300a0d76665e07010afc230007e4a79 (patch) | |
| tree | 053396c099dab2406554db3cc3171016dcd667ee /tests/admin_scripts | |
| parent | c0b0ce85ede1f1baf8826fb6c10c23f9adcbcca3 (diff) | |
Fixed typos in test docstrings.
Diffstat (limited to 'tests/admin_scripts')
| -rw-r--r-- | tests/admin_scripts/tests.py | 2 |
1 files changed, 1 insertions, 1 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. """ |
