Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aeitzman committed Jan 23, 2024
1 parent e15136c commit fc72581
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions google/externalaccount/programmaticrefreshcredsource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ func TestRetrieveSubjectToken_ProgrammaticAuthFails(t *testing.T) {
return "", errors.New("test error")
}

oldNow := now
defer func() {
now = oldNow
}()
now = setTime(defaultTime)

base, err := tfc.parse(context.Background())
if err != nil {
t.Fatalf("parse() failed %v", err)
Expand Down

0 comments on commit fc72581

Please sign in to comment.