Revert notification_id name change in delivery_status service_callback_task data

This commit is contained in:
Pea Tyczynska
2018-07-20 11:22:38 +01:00
parent 812f4d20dd
commit 3048c05850
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ def test_send_delivery_status_to_service_post_https_request_to_service_with_encr
send_delivery_status_to_service(notification.id, encrypted_status_update=encrypted_status_update)
mock_data = {
"notification_id": str(notification.id),
"id": str(notification.id),
"reference": notification.client_reference,
"to": notification.to,
"status": notification.status,