Fix codestyle

This commit is contained in:
Rebecca Law
2018-07-31 14:13:15 +01:00
parent ab28691a70
commit 2f120b30e8

View File

@@ -441,9 +441,9 @@ def test_get_all_notifications_filter_by_status_invalid_status(client, sample_no
assert json_response['status_code'] == 400
assert len(json_response['errors']) == 1
assert json_response['errors'][0]['message'] == "status elephant is not one of [cancelled, created, sending, sent, " \
"delivered, pending, failed, technical-failure, temporary-failure, permanent-failure, pending-virus-check, " \
"virus-scan-failed, accepted, received]"
assert json_response['errors'][0]['message'] == "status elephant is not one of [cancelled, created, sending, " \
"sent, delivered, pending, failed, technical-failure, temporary-failure, permanent-failure, " \
"pending-virus-check, virus-scan-failed, accepted, received]"
def test_get_all_notifications_filter_by_multiple_statuses(client, sample_template):