updates to correct test failures

This commit is contained in:
stvnrlly
2023-01-05 14:35:37 -05:00
parent fdf6aca612
commit b00fea05bc
11 changed files with 23 additions and 23 deletions

View File

@@ -84,7 +84,7 @@ def test_show_different_page_if_user_org_type_is_local(
@pytest.mark.parametrize('email_address', (
# Users email address doesnt matter when the organisation is known
# Users email address doesnt matter when the organization is known
'test@example.gsa.gov',
'test@anotherexample.gsa.gov',
))
@@ -171,7 +171,7 @@ def test_add_service_has_to_choose_org_type(
_expected_status=200,
)
assert normalize_spaces(page.select_one('.govuk-error-message').text) == (
'Error: Select the type of organisation'
'Error: Select the type of organization'
)
assert mock_create_service.called is False
assert mock_create_service_template.called is False