Merge pull request #120959 from pohly/e2e-test-whitespace-cleanup

e2e: remove redundant spaces in test names
This commit is contained in:
Kubernetes Prow Robot
2023-10-05 00:41:59 +02:00
committed by GitHub
23 changed files with 101 additions and 93 deletions

View File

@@ -30,7 +30,7 @@ import (
)
const (
//e.g. framework.ConformanceIt("should provide secure master service ", func(ctx context.Context) {
// e.g. framework.ConformanceIt("should provide secure master service", func(ctx context.Context) {
patternStartConformance = `framework.ConformanceIt\(.*, func\(\) {$`
patternEndConformance = `}\)$`
patternSkip = `e2eskipper.Skip.*\(`