diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index cc32aafb8..f6272fc4c 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -226,7 +226,7 @@ func fileInFS(file string, fs file.Filesystem) wait.ConditionFunc { } if stat == nil { - return false, fmt.Errorf("file %v does not exists", file) + return false, fmt.Errorf("file %v does not exist", file) } if stat.Size() > 0 {