Skip to content

Commit 4475ac6

Browse files
committed
make linter happy
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent e8b861c commit 4475ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/epp/requestcontrol/director_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,15 +408,15 @@ func TestGetCandidatePodsForScheduling(t *testing.T) {
408408
}
409409

410410
testInput := []*corev1.Pod{
411-
&corev1.Pod{
411+
{
412412
ObjectMeta: metav1.ObjectMeta{
413413
Name: "pod1",
414414
},
415415
Status: corev1.PodStatus{
416416
PodIP: "10.0.0.1",
417417
},
418418
},
419-
&corev1.Pod{
419+
{
420420
ObjectMeta: metav1.ObjectMeta{
421421
Name: "pod2",
422422
},

0 commit comments

Comments
 (0)