diff --git a/test/integration/scheduler_perf/scheduler_test.go b/test/integration/scheduler_perf/scheduler_test.go index 190aaffe7f8..47ab467a151 100644 --- a/test/integration/scheduler_perf/scheduler_test.go +++ b/test/integration/scheduler_perf/scheduler_test.go @@ -95,7 +95,7 @@ func TestSchedule100Node3KNodeAffinityPods(t *testing.T) { { Key: nodeAffinityKey, Operator: v1.NodeSelectorOpIn, - Values: []string{string(i)}, + Values: []string{fmt.Sprintf("%v", i)}, }, }, },