diff --git a/internal/pipe/upload/upload_test.go b/internal/pipe/upload/upload_test.go index 24bb0567b..9d46cf9ee 100644 --- a/internal/pipe/upload/upload_test.go +++ b/internal/pipe/upload/upload_test.go @@ -46,7 +46,7 @@ func requireHeader(t *testing.T, r *http.Request, header, want string) { require.Equal(t, want, r.Header.Get(header)) } -// TODO: improve all tests below by checking wether the mocked handlers +// TODO: improve all tests below by checking whether the mocked handlers // were called or not. func TestRunPipe_ModeBinary(t *testing.T) {