Service deafault radio checked by default, existing tests pass.

This commit is contained in:
Pea Tyczynska
2018-12-20 18:09:00 +00:00
parent e1191326f4
commit 85b8b343e2
3 changed files with 4 additions and 4 deletions

View File

@@ -1091,7 +1091,7 @@ def test_should_show_interstitial_when_making_breaking_change(
}
if template_type == "letter":
data.update({"postage": "service_default"})
data["postage"] = 'None'
response = logged_in_client.post(
url_for('.edit_service_template', service_id=service_id, template_id=template_id),