Skip to content

Commit

Permalink
fix error for collection search support check
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Oct 8, 2024
1 parent 6ad4675 commit 9bad510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystac_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def collection_search(
or self.conforms_to(ConformanceClasses.COLLECTIONS)
):
raise DoesNotConformTo(
"COLLECTION-SEARCH",
"COLLECTION_SEARCH",
"COLLECTIONS",
"There is no fallback option available for search.",
)
Expand Down

0 comments on commit 9bad510

Please sign in to comment.