Skip to content

Commit 084d443

Browse files
committed
improved tests
1 parent e3a8e3c commit 084d443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/event_handling_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ func TestEventHandler(t *testing.T) {
100100
}
101101

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

105106
if eventServerTest.isHttpEnabled {

0 commit comments

Comments
 (0)