Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/httprange/http_reader_test.go')
-rw-r--r--internal/httprange/http_reader_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/httprange/http_reader_test.go b/internal/httprange/http_reader_test.go
index 97bfbf24..01edb2e5 100644
--- a/internal/httprange/http_reader_test.go
+++ b/internal/httprange/http_reader_test.go
@@ -13,7 +13,7 @@ func TestSeekAndRead(t *testing.T) {
testServer := newTestServer(t, nil)
defer testServer.Close()
- resource, err := NewResource(context.Background(), testServer.URL+"/data")
+ resource, err := NewResource(context.Background(), testServer.URL+"/data", testClient)
require.NoError(t, err)
tests := map[string]struct {