Skip to content

Commit

Permalink
Update test_get_features_byod
Browse files Browse the repository at this point in the history
Update expected response since the Sentinel API response has
changed.
  • Loading branch information
pont-us committed Oct 29, 2024
1 parent 7cd563f commit 80443bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_sentinelhub.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_get_features_byod(self):
match=(
f"400 Client Error: Bad Request for url:"
f" {DEFAULT_SH_INSTANCE_URL}/api/v1/catalog/1.0.0/search:"
f" Parameter 'datetime' must not be null."
f" One of parameters 'datetime' or 'ids' need to be set."
),
):
SentinelHub().get_features(
Expand Down

0 comments on commit 80443bb

Please sign in to comment.