Skip to content

Commit

Permalink
fix validation code issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Ren <jie.ren@intel.com>
  • Loading branch information
jiere committed Jul 19, 2023
1 parent 2e1a3fe commit f714796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e_metric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ var _ = Describe("metrics check should pass", Ordered, func() {
nonzero_found := false
var value float64
for _, podname := range podlists {
v, ok := kMetric[metrics+podname]
v, ok := kMetric[metrics+"@"+podname]
if !ok {
fmt.Printf("skip as %s for %s not found\n", metrics, podname)
continue
Expand Down

0 comments on commit f714796

Please sign in to comment.