more tests

This commit is contained in:
Kenneth Kehl
2025-07-02 10:01:32 -07:00
parent 64512337be
commit 5d21df171e

View File

@@ -3874,7 +3874,7 @@ def test_check_request_args_success():
),
(
{"service_id": "abc123"},
[{"name": ["Can't be empty"]}, {"email_from", ["Can't be empty"]}],
[{"name": ["Can't be empty"]}, {"email_from": ["Can't be empty"]}],
),
(
{"service_id": "abc123", "name": "Test"},