mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Service deafault radio checked by default, existing tests pass.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user