From 9bbd4713e4875965069ec1db04e94b0edba79e76 Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Mon, 10 Oct 2016 10:27:57 +0100 Subject: [PATCH] Fix PEP issueFix PEP issueFix PEP issueFix PEP issueFix PEP issueFix PEP issueFix PEP issueFix PEP issue --- tests/app/notifications/rest/test_send_notification.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/app/notifications/rest/test_send_notification.py b/tests/app/notifications/rest/test_send_notification.py index ec3d228e9..a45ff4daf 100644 --- a/tests/app/notifications/rest/test_send_notification.py +++ b/tests/app/notifications/rest/test_send_notification.py @@ -783,7 +783,8 @@ def test_should_not_send_notification_to_non_whitelist_recipient_in_trial_mode( to, _create_sample_template, key_type, - mocker): + mocker +): service = create_sample_service(notify_db, notify_db_session, limit=2, restricted=True) service_whitelist = create_sample_service_whitelist(notify_db, notify_db_session, service=service)