We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f906509 commit 6e9a1c1Copy full SHA for 6e9a1c1
tests/test_views.py
@@ -569,7 +569,7 @@ def test_file_formats(self, api100):
569
def test_processing_parameters(self, api100):
570
response = api100.get('/processing_parameters')
571
resp = response.assert_status_code(200).json
572
- assert resp == {}
+ assert resp == []
573
assert response.headers["Cache-Control"] == "max-age=900, public"
574
575
0 commit comments