mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
More fixes, removing literal "created" from code.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -80,14 +80,14 @@ invalid_json_post_args = [
|
||||
|
||||
valid_json_post_response = {
|
||||
"id": str(uuid.uuid4()),
|
||||
"type": "email",
|
||||
"type": TemplateType.EMAIL,
|
||||
"version": 1,
|
||||
"body": "some body",
|
||||
}
|
||||
|
||||
valid_json_post_response_with_optionals = {
|
||||
"id": str(uuid.uuid4()),
|
||||
"type": "email",
|
||||
"type": TemplateType.EMAIL,
|
||||
"version": 1,
|
||||
"body": "some body",
|
||||
"subject": "some subject",
|
||||
|
||||
Reference in New Issue
Block a user