From c47501c634205e9bbf01bcb5f1a51c95880c5132 Mon Sep 17 00:00:00 2001 From: Cliff Hill Date: Wed, 28 Feb 2024 10:27:29 -0500 Subject: [PATCH] Fixed test. Signed-off-by: Cliff Hill --- tests/app/service/test_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/service/test_rest.py b/tests/app/service/test_rest.py index d15351188..9a78848ab 100644 --- a/tests/app/service/test_rest.py +++ b/tests/app/service/test_rest.py @@ -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(