Skip to content

Commit 6e9a1c1

Browse files
committed
job options is a list!
1 parent f906509 commit 6e9a1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def test_file_formats(self, api100):
569569
def test_processing_parameters(self, api100):
570570
response = api100.get('/processing_parameters')
571571
resp = response.assert_status_code(200).json
572-
assert resp == {}
572+
assert resp == []
573573
assert response.headers["Cache-Control"] == "max-age=900, public"
574574

575575

0 commit comments

Comments
 (0)