We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d96d72 commit b625d19Copy full SHA for b625d19
1 file changed
pkg/scheduler/framework/framework_test.go
@@ -6550,7 +6550,7 @@ func TestRunSchedulingCycleForPickAllPlacementType_StableStatusOutputInLargeFlee
6550
profile := NewProfile("TestOnly")
6551
6552
dummyLabelBasedFilterPluginName := fmt.Sprintf(dummyAllPurposePluginNameFormat, 0)
6553
- wantLabelKey := "pre-selected"
+ wantLabelKey := "preselected"
6554
wantLabelValue := "true"
6555
wantLabels := map[string]string{
6556
wantLabelKey: wantLabelValue,
0 commit comments