Skip to content

Commit 947d735

Browse files
test(batchrelease): fix regression test template mismatch
Signed-off-by: Nazih Ben Brahim <nazihbenbrahim9@gmail.com>
1 parent fb33e65 commit 947d735

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/controller/batchrelease/labelpatch/patcher_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,11 @@ func TestDeploymentPodTemplateHashLabelPatch(t *testing.T) {
725725
{
726726
Name: "nginx",
727727
Image: "nginx:1.14.2",
728+
Ports: []corev1.ContainerPort{
729+
{
730+
ContainerPort: 80,
731+
},
732+
},
728733
},
729734
},
730735
},

0 commit comments

Comments
 (0)