Skip to content

Commit

Permalink
Merge pull request #5054 from open-formulieren/fix/ci-failing-in-e2e-…
Browse files Browse the repository at this point in the history
…input-validation-tests

Fix CI e2e test input validation failure in addressNL
  • Loading branch information
sergei-maertens authored Jan 29, 2025
2 parents 65097fa + c644660 commit 934bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openforms/tests/e2e/test_input_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ def test_required_field(self):
"houseLetter": "",
"houseNumberAddition": "",
},
expected_ui_error="Het verplichte veld Required AddressNL is niet ingevuld.",
expected_ui_error="Dit veld mag niet leeg zijn.",
)

def test_regex_failure(self):
Expand Down

0 comments on commit 934bb7a

Please sign in to comment.