Skip to content

Commit

Permalink
fix OpenSearch CREODIAS test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 19, 2024
1 parent 76723f9 commit 7aff666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_opensearch_creodias.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_opensearch_creodias():
assert o.description.description == 'Sentinel-1 Collection'
assert o.description.language == 'en'

assert len(o.description.urls) == 2
assert len(o.description.urls) == 1

assert len(o.description.urls['application/json']['parameters']) > 0

Expand Down

0 comments on commit 7aff666

Please sign in to comment.