Revert "Update postage db constraints for international letters"

This commit is contained in:
Katie Smith
2020-04-08 10:53:51 +01:00
committed by GitHub
parent f0c5463440
commit 4fd74af3bd
7 changed files with 15 additions and 160 deletions

View File

@@ -2313,8 +2313,7 @@ def test_create_pdf_letter(mocker, sample_service_full_permissions, client, fake
{"postage": "third", "filename": "string", "created_by": "string", "file_id": "string",
"recipient_address": "Some Address"},
[
{'error': 'ValidationError',
'message': 'postage invalid. It must be first, second, europe or rest-of-world.'}
{'error': 'ValidationError', 'message': 'postage invalid. It must be either first or second.'}
]
)
])