Skip to content

Commit

Permalink
bump the name of the broker on each iter (#4716)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas authored Jan 11, 2021
1 parent 3783706 commit 79344e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/broker_defaults_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func TestBrokerNamespaceDefaulting(t *testing.T) {
Namespace(c.Namespace).
Create(ctx, obj, metav1.CreateOptions{})
assert.Nil(t, err)
n = n + 1

broker := &eventingv1.Broker{}
err = runtime.DefaultUnstructuredConverter.FromUnstructured(createdObj.Object, broker)
Expand Down

0 comments on commit 79344e8

Please sign in to comment.