Skip to content

Commit

Permalink
test: fix helm binary path
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Jul 4, 2024
1 parent e772d56 commit 65e8d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var _ = BeforeSuite(func() {
}

// monkey-patch binary paths
helm.CommandPath = filepath.Join("..", "..", "bin", fmt.Sprintf("%s-%s", runtime.GOOS, runtime.GOARCH), "helm")
helm.CommandPath = filepath.Join("..", "..", "bin", "helm")

var err error
cfg, err = testEnv.Start()
Expand Down

0 comments on commit 65e8d61

Please sign in to comment.