diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index e22f15566f7..8a807b6fdd4 100644 --- a/test/e2e/kubectl.go +++ b/test/e2e/kubectl.go @@ -696,7 +696,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() { framework.Failf("Wrong service port: %d", port.Port) } if port.TargetPort.IntValue() != redisPort { - framework.Failf("Wrong target port: %d") + framework.Failf("Wrong target port: %d", port.TargetPort.IntValue()) } }