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 ef6e47e commit d43f6deCopy full SHA for d43f6de
1 file changed
packages/google-auth/tests/test_agent_identity_utils.py
@@ -283,7 +283,6 @@ def test_get_agent_identity_certificate_path_failure(
283
)
284
assert mock_sleep.call_count == len(_agent_identity_utils._POLLING_INTERVALS)
285
286
-
287
@mock.patch("time.sleep")
288
@mock.patch("google.auth._agent_identity_utils.os.path.exists")
289
def test_get_agent_identity_certificate_path_fail_fast_config_missing(
0 commit comments