Skip to content

Commit 1595940

Browse files
committed
Fix make e2e
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 29898db commit 1595940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/get/url_checker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func Test_CheckTools(t *testing.T) {
3636
t.Run("Download of "+tool.Name, func(t *testing.T) {
3737
t.Parallel()
3838
quiet := true
39-
url, err := tool.GetURL(os, arch, tool.Version, quiet)
39+
url, _, err := tool.GetURL(os, arch, tool.Version, quiet)
4040
if err != nil {
4141
t.Fatalf("Error getting url for %s: %s", tool.Name, err)
4242
}

0 commit comments

Comments
 (0)