Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Nov 7, 2023
1 parent 80a1319 commit 5305624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cerulean_cloud/test_titiler_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def test_offset_tile(titiler_client, tiles_s1_scene, httpx_mock):
httpx_mock.add_response(
method="GET",
url=titiler_client.url
+ f"crop/{minx},{miny},{maxx},{maxy}/256x256.png?sceneid={sceneid}&bands=vv&rescale=0,255",
+ f"crop/{minx},{miny},{maxx},{maxy}/256x256.png?sceneid={sceneid}&bands=vv&scale=1&rescale=0,255",
content=img_bytes,
)

Expand Down

0 comments on commit 5305624

Please sign in to comment.