Browse Source

fix tests

pull/363/head
alexey.shkarupin 5 years ago
parent
commit
e1ad285edd
1 changed files with 1 additions and 1 deletions
  1. 2
      app/authentification/tests/test_template.py

2
app/authentification/tests/test_template.py

@ -1,7 +1,7 @@
from django.test import SimpleTestCase, TestCase, RequestFactory, override_settings from django.test import SimpleTestCase, TestCase, RequestFactory, override_settings
from django.http import HttpRequest from django.http import HttpRequest
from ..views import SignupView from ..views import SignupView
from app import settings
from django.conf import settings
from api.tests.test_config import setenv from api.tests.test_config import setenv
@override_settings(STATICFILES_STORAGE='django.contrib.staticfiles.storage.StaticFilesStorage') @override_settings(STATICFILES_STORAGE='django.contrib.staticfiles.storage.StaticFilesStorage')

Loading…
Cancel
Save