Skip to content

Commit

Permalink
Revert mistaken change
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Sep 19, 2024
1 parent c54e796 commit 428826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/client/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(

# verify parameter is dropped, as there is no SSL in ASGI mode
client = TestClient(
transport=httpx.ASGITransport(app=app),
app=app,
raise_server_exceptions=raise_server_exceptions,
)
client.timeout = timeout
Expand Down

0 comments on commit 428826d

Please sign in to comment.