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

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

commit ef8d267f5d2f1da9c54ec85824a37806ccea2c63
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed Mar 17 17:50:29 2021 +0100

    test: Update operator metrics e2e tests
---
 e2e/common/operator_metrics_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/common/operator_metrics_test.go 
b/e2e/common/operator_metrics_test.go
index 93e60a6..7814eef 100644
--- a/e2e/common/operator_metrics_test.go
+++ b/e2e/common/operator_metrics_test.go
@@ -90,7 +90,7 @@ func TestMetrics(t *testing.T) {
                                }), func(l *LogEntry) { ts1 = l.Timestamp.Time 
}).
                                AddStep(MatchFields(IgnoreExtras, Fields{
                                        "LoggerName": Equal("camel-k.builder"),
-                                       "Message":    HavePrefix("resolved 
image"),
+                                       "Message":    HavePrefix("resolved base 
image:"),
                                }), LogEntryNoop).
                                AddStep(MatchFields(IgnoreExtras, Fields{
                                        "LoggerName":  
Equal("camel-k.controller.build"),

Reply via email to