diff --git a/tests/test_ogcapi_features_pygeoapi.py b/tests/test_ogcapi_features_pygeoapi.py index 6f42fe847..7973bd1a8 100644 --- a/tests/test_ogcapi_features_pygeoapi.py +++ b/tests/test_ogcapi_features_pygeoapi.py @@ -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