mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-01 06:10:17 +00:00
refactor: replace framework.Failf with e2elog.Failf
This commit is contained in:
@@ -391,7 +391,7 @@ func summaryObjectID(element interface{}) string {
|
||||
case stats.UserDefinedMetric:
|
||||
return el.Name
|
||||
default:
|
||||
framework.Failf("Unknown type: %T", el)
|
||||
e2elog.Failf("Unknown type: %T", el)
|
||||
return "???"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user