diff --git a/swh/web/settings/tests.py b/swh/web/settings/tests.py --- a/swh/web/settings/tests.py +++ b/swh/web/settings/tests.py @@ -87,7 +87,11 @@ from .common import * # noqa -from .common import ALLOWED_HOSTS, LOGGING # noqa, isort: skip +from .common import LOGGING # noqa, isort: skip + + +ALLOWED_HOSTS = ["*"] + DATABASES = { "default": {