Skip to content

Commit

Permalink
better URLs for STAC API test #460
Browse files Browse the repository at this point in the history
  • Loading branch information
bossie committed Apr 29, 2024
1 parent 36ae066 commit 00b2735
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"links": [
{
"rel": "child",
"href": "collection.json"
"href": "https://stac.test/collections/collection"
},
{
"rel": "search",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"links": [
{
"rel": "collection",
"href": "collection.json"
"href": "https://stac.test/collections/collection"
}
],
"assets": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"links": [
{
"rel": "collection",
"href": "collection.json"
"href": "https://stac.test/collections/collection"
}
],
"assets": {
Expand Down
2 changes: 1 addition & 1 deletion tests/data/stac/issue640-api-property-filter/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"links": [
{
"rel": "child",
"href": "collection.json"
"href": "https://stac.test/collections/collection"
},
{
"rel": "search",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/stac/issue640-api-property-filter/item01.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"links": [
{
"rel": "collection",
"href": "collection.json"
"href": "https://stac.test/collections/collection"
}
],
"assets": {
Expand Down
2 changes: 1 addition & 1 deletion tests/data/stac/issue640-api-property-filter/item02.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"links": [
{
"rel": "collection",
"href": "collection.json"
"href": "https://stac.test/collections/collection"
}
],
"assets": {
Expand Down

0 comments on commit 00b2735

Please sign in to comment.