Skip to content

Commit 03aac76

Browse files
committed
test: remove covered oauth no-cover marker
1 parent 9fba13a commit 03aac76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcp/client/auth/oauth2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ async def async_auth_flow(self, request: httpx.Request) -> AsyncGenerator[httpx.
624624
self._copy_user_agent_header(token_request, request)
625625
token_response = yield token_request
626626
await self._handle_token_response(token_response)
627-
except Exception: # pragma: no cover
627+
except Exception:
628628
logger.exception("OAuth flow error")
629629
raise
630630

0 commit comments

Comments
 (0)