Skip to content

Commit

Permalink
fix: bad merge (#6499)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsquared94 committed Aug 24, 2021
1 parent 7760f45 commit 0925a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/deploy/helm/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ func TestHelmHooks(t *testing.T) {
return test.runner
})

k, err := NewDeployer(&helmConfig{}, &label.DefaultLabeller{}, &testDeployConfig)
k, err := NewDeployer(context.Background(), &helmConfig{}, &label.DefaultLabeller{}, &testDeployConfig)
t.RequireNoError(err)
err = k.PreDeployHooks(context.Background(), ioutil.Discard)
t.CheckError(test.shouldErr, err)
Expand Down

0 comments on commit 0925a54

Please sign in to comment.