mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Modify stub providers with default values for consistency
This commit is contained in:
@@ -33,7 +33,8 @@ stub_providers = {
|
|||||||
'priority': 1,
|
'priority': 1,
|
||||||
'display_name': 'first_email_provider',
|
'display_name': 'first_email_provider',
|
||||||
'identifier': 'first_email',
|
'identifier': 'first_email',
|
||||||
'notification_type': 'email'
|
'notification_type': 'email',
|
||||||
|
'updated_at': None
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'active': True,
|
'active': True,
|
||||||
@@ -42,6 +43,7 @@ stub_providers = {
|
|||||||
'identifier': 'second_email',
|
'identifier': 'second_email',
|
||||||
'id': '0bd529cd-a0fd-43e5-80ee-b95ef6b0d51b',
|
'id': '0bd529cd-a0fd-43e5-80ee-b95ef6b0d51b',
|
||||||
'notification_type': 'email',
|
'notification_type': 'email',
|
||||||
|
'updated_at': None
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -54,7 +56,8 @@ stub_provider = {
|
|||||||
'priority': 1,
|
'priority': 1,
|
||||||
'display_name': 'first_sms_provider',
|
'display_name': 'first_sms_provider',
|
||||||
'identifier': 'first_sms',
|
'identifier': 'first_sms',
|
||||||
'notification_type': 'sms'
|
'notification_type': 'sms',
|
||||||
|
'updated_at': None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user