From 258ae3674b56ea91a9fc0ab9d83a23ff834fea0d Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Tue, 15 Dec 2015 10:30:08 +0000 Subject: [PATCH] 110067722: Fix code style --- tests/app/main/views/test_add_service.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/app/main/views/test_add_service.py b/tests/app/main/views/test_add_service.py index b341b6622..8ac5755d4 100644 --- a/tests/app/main/views/test_add_service.py +++ b/tests/app/main/views/test_add_service.py @@ -28,7 +28,9 @@ def test_should_add_service_and_redirect_to_next_page(notifications_admin, notif assert saved_service is not None -def test_should_return_form_errors_when_service_name_is_empty(notifications_admin, notifications_admin_db, notify_db_session): +def test_should_return_form_errors_when_service_name_is_empty(notifications_admin, + notifications_admin_db, + notify_db_session): with notifications_admin.test_client() as client: with client.session_transaction() as session: user = create_test_user()