diff --git a/backend/api/tests/test_config.py b/backend/api/tests/test_config.py index badce30f..b50aa5ec 100644 --- a/backend/api/tests/test_config.py +++ b/backend/api/tests/test_config.py @@ -2,7 +2,7 @@ from contextlib import contextmanager from importlib import reload from os import environ -from app import settings +from config import settings from django.test import TestCase