Skip to content

Commit 2cea9c5

Browse files
committed
Clean up daemonset test names
1 parent eb3dbac commit 2cea9c5

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)