Skip to content

Commit e1ad285

Browse files
committed
fix tests
1 parent 4c83a80 commit e1ad285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/authentification/tests/test_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.test import SimpleTestCase, TestCase, RequestFactory, override_settings
22
from django.http import HttpRequest
33
from ..views import SignupView
4-
from app import settings
4+
from django.conf import settings
55
from api.tests.test_config import setenv
66

77
@override_settings(STATICFILES_STORAGE='django.contrib.staticfiles.storage.StaticFilesStorage')

0 commit comments

Comments
 (0)