Merge pull request #120959 from pohly/e2e-test-whitespace-cleanup
e2e: remove redundant spaces in test names
This commit is contained in:
@@ -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.*\(`
|
||||
|
Reference in New Issue
Block a user