diff --git a/e2e/global/common/traits/health_test.go b/e2e/global/common/traits/health_test.go index 06a03dad76..e69d84c35b 100644 --- a/e2e/global/common/traits/health_test.go +++ b/e2e/global/common/traits/health_test.go @@ -100,7 +100,7 @@ func TestHealthTrait(t *testing.T) { // Eventually(IntegrationCondition(ns, "java", v1.IntegrationConditionReady), TestTimeoutLong).Should(And( WithTransform(IntegrationConditionReason, Equal(v1.IntegrationConditionRuntimeNotReadyReason)), - WithTransform(IntegrationConditionMessage, HavePrefix(fmt.Sprintf("[Pod %s runtime is not ready: map[route.context.name:camel-1 route.id:route1 route.status:Stopped]", pod.Name))), + WithTransform(IntegrationConditionMessage, HavePrefix(fmt.Sprintf("[Pod %s runtime is not ready: map[check.kind:READINESS route.id:route1 route.status:Stopped]", pod.Name))), )) // Check the Integration is still in running phase Eventually(IntegrationPhase(ns, "java"), TestTimeoutShort).Should(Equal(v1.IntegrationPhaseRunning))