mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #32365 from lojies/addporttokubectl
Automatic merge from submit-queue add targetport to framework.Failf() add target port value to framework.Failf()
This commit is contained in:
commit
64e914b8da
@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user