Skip to content

Commit

Permalink
Fix gofmt linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joereuss12 committed Mar 27, 2024
1 parent 954bd02 commit 2d5b6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/handle_http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func TestSortAttempts(t *testing.T) {

func TestTimeoutHeaderSetForDownload(t *testing.T) {
viper.Reset()
viper.Set("Transport.ResponseHeaderTimeout", 10 * time.Second)
viper.Set("Transport.ResponseHeaderTimeout", 10*time.Second)
ctx, _, _ := test_utils.TestContext(context.Background(), t)

// We have this flag because our server will get a few requests throughout its lifetime and the other
Expand Down

0 comments on commit 2d5b6ab

Please sign in to comment.