We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fc4f7 commit 2e3388bCopy full SHA for 2e3388b
tests/issues/test_201_client_hangs_on_logging.py
tests/server/test_lifespan.py
@@ -121,7 +121,7 @@ async def run_server():
121
122
# Get response and verify
123
response = await receive_stream2.receive()
124
- assert response.root.result["content"][0]["text"] == "true"
+ assert response.root.root.result["content"][0]["text"] == "true"
125
126
# Cancel server task
127
tg.cancel_scope.cancel()
@@ -220,7 +220,7 @@ async def run_server():
220
221
222
223
224
225
226
0 commit comments