We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddc3a8 commit 5df83ceCopy full SHA for 5df83ce
.github/workflows/tests/test_raster.py
@@ -30,7 +30,7 @@ def test_mosaic_api():
30
assert list(resp.json()[0]) == ["id", "bbox", "assets", "collection"]
31
assert resp.json()[0]["id"] == "20200307aC0853900w361030"
32
33
- resp = httpx.get(f"{raster_endpoint}/mosaic/{searchid}/15/8589/12849/assets")
+ resp = httpx.get(f"{raster_endpoint}/mosaic/{searchid}/tiles/15/8589/12849/assets")
34
assert resp.status_code == 200
35
assert len(resp.json()) == 1
36
0 commit comments