Add choose_postage service permission and add postage to Template

This commit is contained in:
Pea Tyczynska
2018-12-14 12:45:58 +00:00
parent 6cf5eee485
commit 52a7dcf86c
3 changed files with 67 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ def test_get_template_by_id_returns_200(client, sample_service, tmp_type, expect
"subject": expected_subject,
'name': expected_name,
'personalisation': {},
'postage': None,
}
assert json_response == expected_response