Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Mar 29, 2024
1 parent decea03 commit f7875e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/integration/django/test_django_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit f7875e8

Please sign in to comment.