Skip to content

Commit 1f7ee5e

Browse files
authored
Merge pull request #256 from alphagov/update-schemas
Update test schemas to account for economy postage
2 parents 5ad2d04 + 32794af commit 1f7ee5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_test/schemas/v2/notification_schemas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"line_5": {"type": ["string", "null"]},
2727
"line_6": {"type": ["string", "null"]},
2828
"postcode": {"type": ["string", "null"]},
29-
"postage": {"enum": ["first", "second", None]},
29+
"postage": {"enum": ["first", "second", "economy", None]},
3030
"type": {"enum": ["sms", "letter", "email"]},
3131
"status": {"type": "string"},
3232
"template": template,
@@ -201,7 +201,7 @@
201201
"properties": {
202202
"id": uuid,
203203
"reference": {"type": ["string", "null"]},
204-
"postage": {"enum": ["first", "second", None]},
204+
"postage": {"enum": ["first", "second", "economy", None]},
205205
},
206206
"required": ["id", "reference"],
207207
}

0 commit comments

Comments
 (0)