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

@@ -178,7 +178,7 @@ class ServiceAPIClient(NotifyAdminAPIClient):
data.update({
'postage': postage
})
elif postage == "service_default":
elif postage == 'None':
data.update({
'postage': None
})