diff --git a/tests/app/main/views/test_agreement.py b/tests/app/main/views/test_agreement.py index 81c106d40..24ae7ebc3 100644 --- a/tests/app/main/views/test_agreement.py +++ b/tests/app/main/views/test_agreement.py @@ -272,12 +272,11 @@ def test_accept_agreement_page_populates( ( { 'version': '', - 'who': '', 'on_behalf_of_name': '', 'on_behalf_of_email': '', }, [ - 'This field is required.', + 'Not a valid choice', 'Must be a number', ], ),