summaryrefslogtreecommitdiff
path: root/tests/asgi
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2021-02-05 18:41:49 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-02-06 13:41:35 +0100
commit50a5f8840fa564dcefdb1fa5c58f06fcd472ee70 (patch)
tree7a5bce946fceb84a0173478364d76275a7359e2b /tests/asgi
parent9d05add447d57d94ec9e9b3daa338d85a29fe083 (diff)
downloaddjango-50a5f8840fa564dcefdb1fa5c58f06fcd472ee70.tar.gz
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate.
Diffstat (limited to 'tests/asgi')
-rw-r--r--tests/asgi/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/asgi/tests.py b/tests/asgi/tests.py
index 68e242faa7..3509bb0aa7 100644
--- a/tests/asgi/tests.py
+++ b/tests/asgi/tests.py
@@ -97,7 +97,7 @@ class ASGITest(SimpleTestCase):
@modify_settings(INSTALLED_APPS={'append': 'django.contrib.staticfiles'})
@override_settings(
- STATIC_URL='/static/',
+ STATIC_URL='static/',
STATIC_ROOT=TEST_STATIC_ROOT,
STATICFILES_DIRS=[TEST_STATIC_ROOT],
STATICFILES_FINDERS=[