Skip to content

Commit 52eb7b3

Browse files
committed
fixup! feat: Refactor repositories download contents
1 parent eaa3b4a commit 52eb7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/metadata/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ func newTestServer(t *testing.T, ref string, files map[string]any) *httptest.Ser
367367
path.Join(repoPath, "contents/descriptions", name),
368368
jsonHandler(refQuery, &github.RepositoryContent{
369369
Name: github.Ptr(path.Base(name)),
370-
DownloadURL: github.Ptr(dlURL),
370+
DownloadURL: &dlURL,
371371
}),
372372
)
373373
mux.HandleFunc(

0 commit comments

Comments
 (0)