Skip to content

Commit 428826d

Browse files
committed
Revert mistaken change
1 parent c54e796 commit 428826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiled/client/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def __init__(
110110

111111
# verify parameter is dropped, as there is no SSL in ASGI mode
112112
client = TestClient(
113-
transport=httpx.ASGITransport(app=app),
113+
app=app,
114114
raise_server_exceptions=raise_server_exceptions,
115115
)
116116
client.timeout = timeout

0 commit comments

Comments
 (0)