add another test

This commit is contained in:
Kenneth Kehl
2025-09-11 12:45:09 -07:00
parent 66cb246b08
commit d95fc82b14

View File

@@ -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])