Skip to content

Commit

Permalink
autoformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lichtman committed Aug 30, 2024
1 parent e6f11e9 commit 2620b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pctiler/tests/endpoints/test_pg_mosaic.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async def test_bad_searchid(client: AsyncClient) -> None:

# does not match the one we registered in the fixture
expected_content_hash = "9b989f86a149628eabfde894fb965982"

formatted_route = route.format(
searchId=expected_content_hash, z=16, x=17218, y=26838
)
Expand Down

0 comments on commit 2620b54

Please sign in to comment.