From ee054a9e67415a43b902e1738185c7e3a7bcb0b4 Mon Sep 17 00:00:00 2001 From: Fournet Enzo Date: Sun, 8 Dec 2024 14:31:59 +0100 Subject: [PATCH] Update conftest.py --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) 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": {