Browse Source

Update test_config.py

pull/1683/head
Hironsan 3 years ago
parent
commit
97ec8d7a54
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/api/tests/test_config.py

2
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

Loading…
Cancel
Save