Skip to content

Commit

Permalink
cog -> external
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 17, 2025
1 parent 8fba1f3 commit 140bb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests/test_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ def test_collections():


def test_cog_endpoints():
"""test /cog endpoints"""
"""test /external endpoints"""
resp = httpx.get(
f"{raster_endpoint}/cog/info",
f"{raster_endpoint}/external/info",
params={
"url": "https://noaa-eri-pds.s3.us-east-1.amazonaws.com/2020_Nashville_Tornado/20200307a_RGB/20200307aC0854500w361030n.tif",
},
Expand Down

0 comments on commit 140bb62

Please sign in to comment.