Skip to content

Commit

Permalink
improved tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gunishmatta committed Nov 11, 2022
1 parent e3a8e3c commit 084d443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/event_handling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func TestEventHandler(t *testing.T) {
}

webhook_url, err := url.Parse(provider.Spec.Address)
g.Expect(err).ToNot(HaveOccurred())
if err != nil {

if eventServerTest.isHttpEnabled {
Expand Down

0 comments on commit 084d443

Please sign in to comment.