Skip to content

Commit 562731c

Browse files
author
Jianke LIN
committed
test(auth): mark async timeout coverage arc
1 parent e60e70a commit 562731c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/server/auth/test_get_access_token_streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ async def handle_progress(ctx: ServerRequestContext, params: ProgressNotificatio
144144

145145
auth.token = "token-B"
146146
await client.send_progress_notification("token-B", 0.2) # pyright: ignore[reportDeprecated]
147-
with anyio.fail_after(5):
147+
with anyio.fail_after(5): # pragma: no branch - coverage misreports the normal context exit arc
148148
assert await receive_token.receive() == "token-B"

0 commit comments

Comments
 (0)