109526520: fix code style

This commit is contained in:
Rebecca Law
2015-12-07 09:08:49 +00:00
parent 6d47c01117
commit 56db1ad400
2 changed files with 3 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ def test_should_redirect_to_add_service_when_code_are_correct(notifications_admi
def test_should_return_400_when_sms_code_is_wrong(notifications_admin, notifications_admin_db):
with notifications_admin.test_client() as client:
with notifications_admin.test_client() as client:
with client.session_transaction() as session:
session['sms_code'] = hashpw('12345')
session['email_code'] = hashpw('23456')