Quick fix to node affinity matching

This commit is contained in:
jayunit100 2017-02-10 10:37:51 -05:00
parent ce998a9fa7
commit 720ec52d5b

View File

@ -95,7 +95,7 @@ func TestSchedule100Node3KNodeAffinityPods(t *testing.T) {
{
Key: nodeAffinityKey,
Operator: v1.NodeSelectorOpIn,
Values: []string{string(i)},
Values: []string{fmt.Sprintf("%v", i)},
},
},
},