mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
add tests for new check and send notification endpoints
This commit is contained in:
@@ -55,7 +55,7 @@ class NotificationApiClient(NotifyAdminAPIClient):
|
||||
params=params
|
||||
)
|
||||
|
||||
def send_notification(self, service_id, *, template_id, recipient, personalisation=None):
|
||||
def send_notification(self, service_id, *, template_id, recipient, personalisation):
|
||||
data = {
|
||||
'template_id': template_id,
|
||||
'to': recipient,
|
||||
|
||||
Reference in New Issue
Block a user