Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Oct 8, 2024
1 parent 353dee1 commit 09fb026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func TestGetRequestTimeout(t *testing.T) {
require.Equal(t, 600*time.Second, timeout)

t.Setenv(envGitRequestTimeout, "invalid")
ok, timeout, err = getRequestTimeout()
ok, _, err = getRequestTimeout()
require.False(t, ok)
require.Error(t, err)

Expand Down

0 comments on commit 09fb026

Please sign in to comment.