Skip to content

Commit

Permalink
Fix test and rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Pedraza <[email protected]>
  • Loading branch information
alpeb committed Mar 19, 2019
1 parent 511c9ab commit 687de9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/proxy-injector/webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ metadata:
if err != nil {
t.Fatalf("Error instantiating client: %s", err)
}
webhook, err := NewWebhook(fakeClient, "emojivoto", false, true)
webhook, err := NewWebhook(fakeClient, "emojivoto", false)
if err != nil {
t.Fatalf("Error instantiating Webhook: %s", err)
}
Expand Down

0 comments on commit 687de9b

Please sign in to comment.