diff --git a/backend/api/tests/test_config.py b/backend/api/tests/test_config.py index b50aa5ec..2f7bd3ba 100644 --- a/backend/api/tests/test_config.py +++ b/backend/api/tests/test_config.py @@ -2,9 +2,10 @@ from contextlib import contextmanager from importlib import reload from os import environ -from config import settings from django.test import TestCase +from config import settings + class TestDatabaseUrl(TestCase): def test_sslmode_defaults_to_required(self):