We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec91456 commit 82d9403Copy full SHA for 82d9403
src/open_inwoner/conf/local_example.py
@@ -17,7 +17,7 @@
17
PLAYWRIGHT_MULTI_ONLY_DEFAULT = True
18
19
# Enable django-debug-toolbar
20
-from .dev import INSTALLED_APPS, MIDDLEWARE
+from .dev import INSTALLED_APPS, MIDDLEWARE # noqa: E402
21
22
INSTALLED_APPS += ["debug_toolbar"]
23
MIDDLEWARE += ["debug_toolbar.middleware.DebugToolbarMiddleware"]
src/openklant2/tests/test_partij.py
@@ -93,7 +93,6 @@ def test_create_persoon(client) -> None:
93
"digitaleAdressen": None,
94
"rekeningnummers": None,
95
"voorkeursRekeningnummer": None,
96
- "soortPartij": "persoon",
97
"voorkeurstaal": "nld",
98
"indicatieActief": True,
99
"indicatieGeheimhouding": False,
0 commit comments