We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64b901 commit 7c30177Copy full SHA for 7c30177
src/openklant/components/klantinteracties/api/tests/test_partijen.py
@@ -2045,7 +2045,7 @@ def test_create_partij_indetificator(self):
2045
},
2046
)
2047
2048
- def test_create_partij_indetificator_invalid_without_identificeerdePartij(self):
+ def test_create_partij_indentificator_invalid_without_identificeerdePartij(self):
2049
list_url = reverse("klantinteracties:partijidentificator-list")
2050
data = {
2051
"anderePartijIdentificator": "anderePartijIdentificator",
0 commit comments