1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

refactor(TestFindDuplicatePods): drop unused variable

This commit is contained in:
Jan Chaloupka
2025-12-14 12:33:56 +01:00
parent 8dada79593
commit 800dd280cd

View File

@@ -144,8 +144,6 @@ func TestFindDuplicatePods(t *testing.T) {
Image: "foo",
})
})
p14 := test.BuildTestPod("p14", 100, 0, node1.Name, nil)
p14.Namespace = "different-images"
p15 := test.BuildTestPod("p15", 100, 0, node1.Name, nil)
p15.Namespace = "node-fit"
p16 := test.BuildTestPod("NOT1", 100, 0, node1.Name, nil)