e2e: remove redundant spaces in test names

The spaces are redundant because Ginkgo will add them itself when concatenating
the different test name components. Upcoming change in the framework will
enforce that there are no such redundant spaces.
This commit is contained in:
Patrick Ohly
2023-09-28 14:41:20 +02:00
parent fe6d64d080
commit 0e8a1f1816
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.*\(`