Skip to content

Commit

Permalink
update collection id format in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Jun 18, 2024
1 parent 5230ca9 commit 196c82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def test_create_collection(
collection.set_self_href(None) # required for validation to pass
assert collection.id == COLLECTION_ID_FORMAT.format(
product=product.value,
region=region.value,
)
collection.validate()

Expand Down

0 comments on commit 196c82c

Please sign in to comment.