Skip to content

Commit

Permalink
update ogcapi records test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Wendt committed Oct 12, 2023
1 parent 06b0043 commit ea6ba96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ogcapi_records_pycsw.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_ogcapi_records_pycsw():
assert paths['/collections/{collectionId}'] is not None

conformance = w.conformance()
assert len(conformance['conformsTo']) == 18
assert len(conformance['conformsTo']) == 14

collections = w.collections()
assert len(collections) > 0
Expand All @@ -40,7 +40,7 @@ def test_ogcapi_records_pycsw():
assert isinstance(w.response, dict)

pycsw_cite_demo_queryables = w.collection_queryables('metadata:main')
assert len(pycsw_cite_demo_queryables['properties'].keys()) == 12
assert len(pycsw_cite_demo_queryables['properties'].keys()) == 13

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

0 comments on commit ea6ba96

Please sign in to comment.