This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 41f81b9c7 fix(e2e): quarkus fix
41f81b9c7 is described below

commit 41f81b9c72d69866220a50287ab0ecbebf0c45fe
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Mar 18 12:40:24 2026 +0100

    fix(e2e): quarkus fix
---
 e2e/common/config/kamelet_config_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/common/config/kamelet_config_test.go 
b/e2e/common/config/kamelet_config_test.go
index 930c8089e..4d20071a4 100644
--- a/e2e/common/config/kamelet_config_test.go
+++ b/e2e/common/config/kamelet_config_test.go
@@ -142,7 +142,7 @@ func TestKameletImplicitConfigDefaultUserProperty(t 
*testing.T) {
                        g.Expect(KamelRun(t, ctx, ns, 
"files/timer-kamelet-integration-inlined-configuration-01.yaml",
                                "--name", name).Execute()).To(Succeed())
                        g.Eventually(IntegrationPodPhase(t, ctx, ns, name), 
TestTimeoutLong).Should(Equal(corev1.PodRunning))
-                       g.Eventually(IntegrationLogs(t, ctx, ns, 
name)).Should(ContainSubstring("important message"))
+                       g.Eventually(IntegrationLogs(t, ctx, ns, 
name)).Should(MatchRegexp(`important.*message`))
                        g.Eventually(IntegrationLogs(t, ctx, ns, 
name)).Should(ContainSubstring("integrationLogger"))
                })
 

Reply via email to