Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 24, 2023
1 parent 1b595de commit cef2dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ def test_get_collection_items_ordered_properties(
features = json.loads(response)
assert code == HTTPStatus.OK

feature = features[0]
feature = features['features'][0]
properties = list(feature['properties'].keys())
assert properties == ['value', 'stn_id', 'datetime']

Expand Down

0 comments on commit cef2dc9

Please sign in to comment.