Skip to content

Commit ac2917b

Browse files
heliocodacyhjrocha
authored andcommitted
fix tests
1 parent 3e2f2ee commit ac2917b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/tool-utils_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func TestProcessTools(t *testing.T) {
2121
toolDir := "/test/tools"
2222

2323
// Process the tools
24-
toolInfos, err := ProcessTools(configs, toolDir)
24+
toolInfos, err := ProcessTools(configs, toolDir, nil)
2525

2626
// Assert no errors occurred
2727
assert.NoError(t, err, "ProcessTools should not return an error")
@@ -81,7 +81,7 @@ func TestProcessToolsWithDownload(t *testing.T) {
8181
toolDir := "/test/tools"
8282

8383
// Process the tools
84-
toolInfos, err := ProcessTools(configs, toolDir)
84+
toolInfos, err := ProcessTools(configs, toolDir, nil)
8585

8686
// Assert no errors occurred
8787
assert.NoError(t, err, "ProcessTools should not return an error")

0 commit comments

Comments
 (0)