valdar commented on code in PR #5503:
URL: https://github.com/apache/camel-k/pull/5503#discussion_r1603096578


##########
e2e/common/traits/health_test.go:
##########
@@ -439,7 +437,7 @@ func TestHealthTrait(t *testing.T) {
                                        var r *v1.HealthCheckResponse
 
                                        for h := range c.Pods[0].Health {
-                                               if c.Pods[0].Health[h].Name == 
"camel-routes" && c.Pods[0].Health[h].Status == "DOWN" {
+                                               if c.Pods[0].Health[h].Name == 
"never-ready" && c.Pods[0].Health[h].Status == "DOWN" {

Review Comment:
   We are sure because is the condition that we explicitly define in 
files/NeverReady.java



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to