From 885086dd8a66a850d663a940de97ba7f5c1eb3d1 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Fri, 30 Jun 2017 13:09:59 +0100 Subject: [PATCH] Fix codestyle --- tests/app/main/views/test_send.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index 417d6e59c..e3f94686c 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -1742,8 +1742,8 @@ def test_send_notification_redirects_to_view_page( '.view_notification', service_id=service_one['id'], notification_id=fake_uuid, - _external=True - **extra_redirect_args, + _external=True, + **extra_redirect_args )