mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
add targetport to Failf
This commit is contained in:
@@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user