Skip to content

Commit 1bb557b

Browse files
vaszigsergei-maertens
authored andcommitted
[#5074] Fixed failing tests
1 parent 646d0ee commit 1bb557b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/openforms/registrations/contrib/json_dump/tests/files/vcr_cassettes/JSONDumpBackendTests/JSONDumpBackendTests.test_list_transformation_in_selectboxes.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interactions:
1414
Accept-Encoding:
1515
- gzip, deflate, br
1616
Authorization:
17-
- Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIiLCJpYXQiOjE3NDExNzMxNDksImNsaWVudF9pZCI6IiIsInVzZXJfaWQiOiIiLCJ1c2VyX3JlcHJlc2VudGF0aW9uIjoiIn0.rTOGuzHYxjtTy86oN3jiiSQD9TREPid0CnNWoeMU_LQ
17+
- Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIiLCJpYXQiOjE3NDEzMzIzMzIsImNsaWVudF9pZCI6IiIsInVzZXJfaWQiOiIiLCJ1c2VyX3JlcHJlc2VudGF0aW9uIjoiIn0.yRCuH0pc5W_fY5IS6QHY7mxuAvQ4DsQHsvXdQildDKQ
1818
Connection:
1919
- keep-alive
2020
Content-Length:
@@ -47,7 +47,7 @@ interactions:
4747
Content-Type:
4848
- application/json
4949
Date:
50-
- Wed, 05 Mar 2025 11:12:29 GMT
50+
- Fri, 07 Mar 2025 07:25:32 GMT
5151
Server:
5252
- Werkzeug/3.1.3 Python/3.12.9
5353
status:

src/openforms/registrations/contrib/json_dump/tests/test_backend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def test_list_transformation_in_selectboxes(self):
516516
"variables": ["selectBoxes1", "selectBoxes2"],
517517
"fixed_metadata_variables": [],
518518
"additional_metadata_variables": [],
519-
"transform_to_list": {"select_boxes1": True},
519+
"transform_to_list": {"select_boxes_1": True},
520520
}
521521
json_plugin = JSONDumpRegistration("json_registration_plugin")
522522

src/openforms/registrations/contrib/objects_api/tests/test_backend_v2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ def test_selectboxes_with_transform_to_list(self):
14691469
"iot_attachment": "",
14701470
"iot_submission_csv": "",
14711471
"iot_submission_report": "",
1472-
"transform_to_list": {"select_boxes1": True},
1472+
"transform_to_list": {"select_boxes_1": True},
14731473
}
14741474
handler = ObjectsAPIV2Handler()
14751475

0 commit comments

Comments
 (0)