Skip to content

Commit

Permalink
Lake queryables not available in current pygeoapi demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Apr 26, 2021
1 parent df3bef3 commit e76e8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ogcapi_features_pygeoapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def test_ogcapi_features_pygeoapi():
assert lakes['title'] == 'Large Lakes'
assert lakes['description'] == 'lakes of the world, public domain'

lakes_queryables = w.collection_queryables('lakes')
assert len(lakes_queryables['queryables']) == 6
#lakes_queryables = w.collection_queryables('lakes')
#assert len(lakes_queryables['queryables']) == 6

# Minimum of limit param is 1
with pytest.raises(RuntimeError):
Expand Down

0 comments on commit e76e8fa

Please sign in to comment.