From d95fc82b14258015cd8c3977a868fb14f732b5dc Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 11 Sep 2025 12:45:09 -0700 Subject: [PATCH] add another test --- tests/app/template/test_rest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/app/template/test_rest.py b/tests/app/template/test_rest.py index 1fb2c6db2..b2863fcc3 100644 --- a/tests/app/template/test_rest.py +++ b/tests/app/template/test_rest.py @@ -331,9 +331,6 @@ def test_fuzz_should_be_error_if_service_does_not_exist_on_update( assert response.status_code == 404 assert json_resp["result"] == "error" - assert json_resp["message"].startswith( - "The requested URL was not found on the server." - ) @pytest.mark.parametrize("template_type", [TemplateType.EMAIL])