We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4916c commit eca1cd3Copy full SHA for eca1cd3
tests/conftest.py
@@ -729,7 +729,7 @@ def get_credential_provider(request) -> CredentialProvider:
729
token_mgr_config = TokenManagerConfig(
730
expiration_refresh_ratio=expiration_refresh_ratio,
731
lower_refresh_bound_millis=lower_refresh_bound_millis,
732
- token_request_execution_timeout_in_ms=DEFAULT_TOKEN_REQUEST_EXECUTION_TIMEOUT_IN_MS, # noqa
+ token_request_execution_timeout_in_ms=DEFAULT_TOKEN_REQUEST_EXECUTION_TIMEOUT_IN_MS, # noqa
733
retry_policy=RetryPolicy(
734
max_attempts=max_attempts,
735
delay_in_ms=delay_in_ms,
0 commit comments