Skip to content

Commit d9789c4

Browse files
authored
Merge pull request kubernetes#93587 from liggitt/daemonset-test-name
Clean up daemonset test names
2 parents 01ca6fb + 2cea9c5 commit d9789c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/daemonset/daemonset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ func updateDS(t *testing.T, dsClient appstyped.DaemonSetInterface, dsName string
416416

417417
func forEachStrategy(t *testing.T, tf func(t *testing.T, strategy *apps.DaemonSetUpdateStrategy)) {
418418
for _, strategy := range updateStrategies() {
419-
t.Run(fmt.Sprintf("%s (%v)", t.Name(), strategy),
419+
t.Run(fmt.Sprintf("%s_%s", t.Name(), strategy.Type),
420420
func(tt *testing.T) { tf(tt, strategy) })
421421
}
422422
}

0 commit comments

Comments
 (0)