mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 11:25:11 +00:00
refactor: replace framework.Failf with e2elog.Failf
This commit is contained in:
@@ -118,7 +118,7 @@ func (p *esLogProvider) Init() error {
|
||||
return err
|
||||
}
|
||||
if int(statusCode) != 200 {
|
||||
framework.Failf("Elasticsearch cluster has a bad status: %v", statusCode)
|
||||
e2elog.Failf("Elasticsearch cluster has a bad status: %v", statusCode)
|
||||
}
|
||||
|
||||
// Now assume we really are talking to an Elasticsearch instance.
|
||||
|
||||
Reference in New Issue
Block a user