mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-28 09:59:40 -04:00
more tests
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user