diff --git a/tests/conftest.py b/tests/conftest.py index d4d588c..de3de6d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -48,6 +48,7 @@ def pytest_configure(): from django.conf import settings default_settings = dict( + ALLOWED_HOSTS=["*"], DEBUG_PROPAGATE_EXCEPTIONS=True, DATABASES={ "default": {