Skip to content

Commit

Permalink
chore: fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Jan 10, 2022
1 parent c79d1e5 commit ad91a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tg_io/download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func TestE2E(t *testing.T) {
Scheme: "http",
Host: ln.Addr().String(),
}
req, err := http.NewRequestWithContext(ctx, http.MethodGet, requestURL.String(), nil)
req, err := http.NewRequestWithContext(ctx, http.MethodGet, requestURL.String(), http.NoBody)
if err != nil {
return err
}
Expand Down

0 comments on commit ad91a9c

Please sign in to comment.