Skip to content

Commit

Permalink
update titiler endpoint in text
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Nov 26, 2024
1 parent e9c54a5 commit 3726ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/routes/test_cog_dynamic_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def test_tile_for_data_api_dataset(client):
@pytest.mark.asyncio
async def test_tiling_with_custom_rendering(client):
"""Test Integrated Alerts Tile Rendering."""
response = client.get("/gfw_integrated_alerts/v20201012/titiler/14/5305/8879.png")
response = client.get("/gfw_integrated_alerts/v20201012/dynamic/14/5305/8879.png")
response.status_code == 200

assert response.headers["content-type"] == "image/png"
Expand Down

0 comments on commit 3726ab5

Please sign in to comment.