Skip to content

Commit

Permalink
integration_tests: update stac-extension version
Browse files Browse the repository at this point in the history
I am not sure if it is the schema update, or some
external change, but these versions are what are
returned from these tests now.
  • Loading branch information
pjonsson authored and omad committed Dec 4, 2023
1 parent 35bbf98 commit 269ba6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/test_eo3_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def test_eo3_stac_item(eo3_index, client: FlaskClient):
expected = {
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
],
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/test_stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def dataset_url(s: str):
expected = {
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
],
"type": "Feature",
Expand Down

0 comments on commit 269ba6e

Please sign in to comment.