mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Fix error message for logging e2e test
This commit is contained in:
parent
d0b468f4b0
commit
68bd98596c
@ -334,5 +334,5 @@ func ClusterLevelLoggingWithElasticsearch(c *client.Client) {
|
||||
Logf("After %s found all %d log lines", time.Since(start), expected)
|
||||
return
|
||||
}
|
||||
Failf("Failed to find all %d log lines (%d were missing)", expected, missing)
|
||||
Failf("Failed to find all %d log lines", expected)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user