diff options
Diffstat (limited to 'tests/asgi')
| -rw-r--r-- | tests/asgi/tests.py | 2 |
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=[ |
