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
Add end-to-end telemetry test for federated PAT through Connection
Sets the mocked Session's auth_provider to a real TokenFederationProvider
wrapping AccessTokenAuthProvider, then asserts the captured
DriverConnectionParameters reports auth_mech=PAT. This catches regressions
in the wiring at client.py:383-384 (e.g., wrong provider passed to
TelemetryHelper) that the helper-only tests would miss.
Co-authored-by: Isaac
0 commit comments