mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-03 23:51:22 -04:00
Service deafault radio checked by default, existing tests pass.
This commit is contained in:
@@ -178,7 +178,7 @@ class ServiceAPIClient(NotifyAdminAPIClient):
|
||||
data.update({
|
||||
'postage': postage
|
||||
})
|
||||
elif postage == "service_default":
|
||||
elif postage == 'None':
|
||||
data.update({
|
||||
'postage': None
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user