Fixed test.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-28 10:27:29 -05:00
parent a8cf49e995
commit c47501c634

View File

@@ -741,7 +741,7 @@ def test_cant_update_service_org_type_to_random_value(client, sample_service):
data=json.dumps(data),
headers=[("Content-Type", "application/json"), auth_header],
)
assert resp.status_code == 500
assert resp.status_code == 400
def test_update_service_remove_email_branding(