diff --git a/tests/app/main/views/test_add_service.py b/tests/app/main/views/test_add_service.py index 2939e0dfb..a5d68fcb1 100644 --- a/tests/app/main/views/test_add_service.py +++ b/tests/app/main/views/test_add_service.py @@ -274,7 +274,7 @@ def test_should_return_form_errors_when_service_name_is_empty( data={}, _expected_status=200, ) - assert 'Can’t be empty' in page.text + assert 'Cannot be empty' in page.text def test_should_return_form_errors_with_duplicate_service_name_regardless_of_case(