From e1ad285edd49cfa837a7666c8fa5e88d7e6db3d0 Mon Sep 17 00:00:00 2001 From: "alexey.shkarupin" Date: Fri, 30 Aug 2019 18:06:16 +0300 Subject: [PATCH] fix tests --- app/authentification/tests/test_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/authentification/tests/test_template.py b/app/authentification/tests/test_template.py index c2053954..85a909fb 100644 --- a/app/authentification/tests/test_template.py +++ b/app/authentification/tests/test_template.py @@ -1,7 +1,7 @@ from django.test import SimpleTestCase, TestCase, RequestFactory, override_settings from django.http import HttpRequest from ..views import SignupView -from app import settings +from django.conf import settings from api.tests.test_config import setenv @override_settings(STATICFILES_STORAGE='django.contrib.staticfiles.storage.StaticFilesStorage')