You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): replace sleep with anyio.Event in test_session
Replace `await anyio.sleep(0.1)` in `run_server` with an `anyio.Event`
that the mock client sets after receiving the error response. The server
now waits on a precise signal instead of guessing how long the client
needs.
0 commit comments