Skip to content

Commit

Permalink
update OAFeat test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 19, 2021
1 parent 80784a1 commit 9a3768c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ogcapi_features_pygeoapi.py
Expand Up @@ -23,7 +23,7 @@ def test_ogcapi_features_pygeoapi():
assert paths['/collections/lakes'] is not None

conformance = w.conformance()
assert len(conformance['conformsTo']) == 9
assert len(conformance['conformsTo']) == 16

collections = w.collections()
assert len(collections) > 0
Expand Down

0 comments on commit 9a3768c

Please sign in to comment.