mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
update test_send_notification to account for new uuid mock
This commit is contained in:
@@ -228,7 +228,8 @@ post_letter_response = {
|
||||
"content": letter_content,
|
||||
"uri": {"type": "string", "format": "uri"},
|
||||
"template": template,
|
||||
"scheduled_for": {"type": ["string", "null"]}
|
||||
# letters cannot be scheduled
|
||||
"scheduled_for": {"type": "null"}
|
||||
},
|
||||
"required": ["id", "content", "uri", "template"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user