Changed styling

This commit is contained in:
Rebecca Law
2017-04-07 14:36:00 +01:00
parent 5a810a47ac
commit 2d9a449d1e
5 changed files with 23 additions and 23 deletions

View File

@@ -674,7 +674,7 @@ def test_get_jobs_accepts_page_parameter(
('', JOB_STATUS_TYPES),
('pending', [JOB_STATUS_PENDING]),
('pending, in progress, finished, sending limits exceeded, scheduled, cancelled, ready to send, sent to dvla',
JOB_STATUS_TYPES),
JOB_STATUS_TYPES),
# bad statuses are accepted, just return no data
('foo', [])
])