Fix code style

This commit is contained in:
Chris Hill-Scott
2018-03-08 10:34:38 +00:00
parent 031a19d387
commit c45f0ac516

View File

@@ -1980,7 +1980,7 @@ def test_search_for_notification_by_to_field_return_400_for_letter_type(
headers=[create_authorization_header()]
)
response.status_code = 400
error_message= json.loads(response.get_data(as_text=True))
error_message = json.loads(response.get_data(as_text=True))
assert error_message['message'] == 'Only email and SMS can use search by recipient'