Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Thompson committed Jan 20, 2022
1 parent 22a9134 commit 7adb55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/auth/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var _ = Describe("Github Device Flow", func() {
Expect(rt.calls).To(Equal(1), "should have tried the first time")

// check during back off
c.Add(interval * time.Second)
c.Add(interval)
Expect(rt.calls).To(Equal(1), "should NOT have retried early")

// check one second after back off ended
Expand Down

0 comments on commit 7adb55b

Please sign in to comment.