This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 959c2083 chore(e2e): Fix E2E tests for Camel 4.5 (#2041)
959c2083 is described below
commit 959c208367da52731a53560df057740ec1d25a25
Author: Christoph Deppisch <[email protected]>
AuthorDate: Mon May 13 20:13:22 2024 +0200
chore(e2e): Fix E2E tests for Camel 4.5 (#2041)
---
.../camel-kamelets-itest/src/test/resources/kafka/kafka-source.feature | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tests/camel-kamelets-itest/src/test/resources/kafka/kafka-source.feature
b/tests/camel-kamelets-itest/src/test/resources/kafka/kafka-source.feature
index aa40beed..d725dcd3 100644
--- a/tests/camel-kamelets-itest/src/test/resources/kafka/kafka-source.feature
+++ b/tests/camel-kamelets-itest/src/test/resources/kafka/kafka-source.feature
@@ -39,7 +39,7 @@ Feature: Kafka Kamelet source
Scenario: Create Kamelet binding
When load Pipe kafka-source-pipe.yaml
Then Camel K integration kafka-source-pipe should be running
- And Camel K integration kafka-source-pipe should print Subscribing
${topic}-Thread 0 to topic ${topic}
+ And Camel K integration kafka-source-pipe should print Subscribed to
topic(s): ${topic}
And sleep 10sec
Scenario: Send message to Kafka topic and verify sink output