Skip to content

Commit

Permalink
fix broker api version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Apr 12, 2021
1 parent bd0f74b commit 5949e21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/yaks/common/knative-broker/knative-broker.feature
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Feature: Camel K can correctly filter messages from broker
from('knative:event')
.log('From all: $simple{body}')
"""
Then Camel-K integration receiver should print From evt1: event-1
Then Camel-K integration receiver should be running
And Camel-K integration receiver should print From evt1: event-1
And Camel-K integration receiver should print From evt2: event-2
And Camel-K integration receiver should print From all: event-1
And Camel-K integration receiver should print From all: event-2
Expand Down
3 changes: 3 additions & 0 deletions e2e/yaks/common/knative-broker/yaks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
# ---------------------------------------------------------------------------

config:
runtime:
env:
YAKS_KNATIVE_API_VERSION: eventing.knative.dev/v1
namespace:
temporary: true
pre:
Expand Down

0 comments on commit 5949e21

Please sign in to comment.