diff --git a/test/integration/django/test_django_integration.py b/test/integration/django/test_django_integration.py index 68fa0b6..78646ab 100644 --- a/test/integration/django/test_django_integration.py +++ b/test/integration/django/test_django_integration.py @@ -13,9 +13,7 @@ DEBUG=True, ROOT_URLCONF=sys.modules[__name__], MIDDLEWARE=["wireup.integration.django_integration.WireupMiddleware"], - WIREUP={ - "SERVICE_MODULES": ["test.integration.django.service"] - }, + WIREUP={"SERVICE_MODULES": ["test.integration.django.service"]}, SECRET_KEY="secret", )