diff --git a/src/openforms/registrations/contrib/zgw_apis/tests/test_backend.py b/src/openforms/registrations/contrib/zgw_apis/tests/test_backend.py index d9e757a702..bf7d2d31e3 100644 --- a/src/openforms/registrations/contrib/zgw_apis/tests/test_backend.py +++ b/src/openforms/registrations/contrib/zgw_apis/tests/test_backend.py @@ -298,7 +298,7 @@ def test_submission_with_zgw_backend_with_natuurlijk_persoon_initiator(self, m): create_zaak_body["zaakgeometrie"], { "type": "Point", - "coordinates": [52.36673378967122, 4.893164274470299], + "coordinates": [4.893164274470299, 52.36673378967122], }, ) @@ -518,7 +518,7 @@ def test_submission_with_zgw_backend_with_vestiging_and_kvk_initiator(self, m): create_zaak_body["zaakgeometrie"], { "type": "Point", - "coordinates": [52.36673378967122, 4.893164274470299], + "coordinates": [4.893164274470299, 52.36673378967122], }, ) @@ -803,7 +803,7 @@ def test_submission_with_zgw_backend_with_vestiging_initiator_kvk_only(self, m): create_zaak_body["zaakgeometrie"], { "type": "Point", - "coordinates": [52.36673378967122, 4.893164274470299], + "coordinates": [4.893164274470299, 52.36673378967122], }, ) @@ -1748,7 +1748,7 @@ def get_create_json_for_zaakobject(req, ctx): "startAt": date.today().isoformat(), "geometry": { "type": "Point", - "coordinates": [52.36673378967122, 4.893164274470299], + "coordinates": [4.893164274470299, 52.36673378967122], }, "endAt": None, "registrationAt": date.today().isoformat(),