This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 58a30992a8d Regen for commit 1b742901e9116d7ce373c99eca9b88998f9c9e1a (#7819) 58a30992a8d is described below commit 58a30992a8d59c581cb87417dc2e6d5c960e4df3 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Jun 18 08:47:31 2022 +0200 Regen for commit 1b742901e9116d7ce373c99eca9b88998f9c9e1a (#7819) Signed-off-by: GitHub <nore...@github.com> Co-authored-by: davsclaus <davscl...@users.noreply.github.com> --- .../java/org/apache/camel/component/knative/KnativeComponentTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-knative/camel-knative-component/src/test/java/org/apache/camel/component/knative/KnativeComponentTest.java b/components/camel-knative/camel-knative-component/src/test/java/org/apache/camel/component/knative/KnativeComponentTest.java index a1074ad2788..dd3369dd1de 100644 --- a/components/camel-knative/camel-knative-component/src/test/java/org/apache/camel/component/knative/KnativeComponentTest.java +++ b/components/camel-knative/camel-knative-component/src/test/java/org/apache/camel/component/knative/KnativeComponentTest.java @@ -74,7 +74,8 @@ public class KnativeComponentTest { context.getRegistry().bind("ereg", KnativeEnvironmentSupport.endpoint(Knative.EndpointKind.source, "ereg", null)); context.getRegistry().bind("creg", KnativeEnvironmentSupport.channel(Knative.EndpointKind.source, "creg", null)); context.getRegistry().bind("evsinkreg", KnativeEnvironmentSupport.event(Knative.EndpointKind.sink, "evsinkreg", null)); - context.getRegistry().bind("evsourcereg", KnativeEnvironmentSupport.event(Knative.EndpointKind.source, "evsourcereg", null)); + context.getRegistry().bind("evsourcereg", + KnativeEnvironmentSupport.event(Knative.EndpointKind.source, "evsourcereg", null)); context.addComponent("knative", component); //