add tests for new check and send notification endpoints

This commit is contained in:
Leo Hemsted
2017-06-26 17:09:51 +01:00
parent de92950d8e
commit a31bf0c5ce
5 changed files with 183 additions and 25 deletions

View File

@@ -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,