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