Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Dec 22, 2024
1 parent ce605f0 commit 889235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ogcapi_records_pycsw.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()) == 13
assert len(pycsw_cite_demo_queryables['properties'].keys()) == 14

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

0 comments on commit 889235c

Please sign in to comment.