Skip to content

Commit

Permalink
update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psschwei committed Aug 3, 2021
1 parent 80970d6 commit 6d790e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/plugins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestPluginWithoutLookup(t *testing.T) {
r := test.NewKnRunResultCollector(t, it)
defer r.DumpIfFailed()

knFlags := []string{fmt.Sprintf("--plugins-dir=%s", pc.knPluginsDir), "--lookup-plugins=false"}
knFlags := []string{fmt.Sprintf("--plugins-dir=%s", pc.knPluginsDir)}

t.Log("list plugin in --plugins-dir")
listPlugin(r, knFlags, []string{pc.knPluginPath}, []string{})
Expand Down

0 comments on commit 6d790e3

Please sign in to comment.