Commit fe6359b9 authored by lojies's avatar lojies

add targetport to Failf

parent 884e32c8
......@@ -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())
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment