Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit ce53104

Browse files
committed
fix lint issue
1 parent 1cf7a80 commit ce53104

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_credentials.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ def test_maybe_start_refresh_triggered_if_soft_expired(self, mock_start_refresh)
425425
os.environ,
426426
{environment_vars.GOOGLE_AUTH_TRUST_BOUNDARY_ENABLED: "true"},
427427
):
428-
creds._maybe_start_regional_access_boundary_refresh(request, "http://example.com")
428+
creds._maybe_start_regional_access_boundary_refresh(
429+
request, "http://example.com"
430+
)
429431
mock_start_refresh.assert_called_once_with(creds, request)
430432

431433
@mock.patch(

0 commit comments

Comments
 (0)