Skip to content

Commit

Permalink
Fix wrapping in test
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Oct 22, 2024
1 parent 3a9157c commit ccdf717
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/handlers/sync_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ async def test_bad_parameters(
async def test_get_dependency_multiple_params(client: AsyncClient) -> None:
response = await client.get(
"/test/params?id=image1&id=image2&pos="
"RANGE 10 20 30 40&circle=10 "
"20 5"
"RANGE 10 20 30 40&circle=10 20 5"
)
assert response.status_code == 200
assert response.json() == {
Expand Down

0 comments on commit ccdf717

Please sign in to comment.