Skip to content

Commit 5df83ce

Browse files
committed
fix tests
1 parent 0ddc3a8 commit 5df83ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests/test_raster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_mosaic_api():
3030
assert list(resp.json()[0]) == ["id", "bbox", "assets", "collection"]
3131
assert resp.json()[0]["id"] == "20200307aC0853900w361030"
3232

33-
resp = httpx.get(f"{raster_endpoint}/mosaic/{searchid}/15/8589/12849/assets")
33+
resp = httpx.get(f"{raster_endpoint}/mosaic/{searchid}/tiles/15/8589/12849/assets")
3434
assert resp.status_code == 200
3535
assert len(resp.json()) == 1
3636
assert list(resp.json()[0]) == ["id", "bbox", "assets", "collection"]

0 commit comments

Comments
 (0)