mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Fixes error message in e2e tests
This commit is contained in:
@@ -184,7 +184,7 @@ func runPortForward(ns, podName string, port int) *portForwardCommand {
|
||||
|
||||
listenPort, err := strconv.Atoi(match[2])
|
||||
if err != nil {
|
||||
framework.Failf("Error converting %s to an int: %v", match[1], err)
|
||||
framework.Failf("Error converting %s to an int: %v", match[2], err)
|
||||
}
|
||||
|
||||
return &portForwardCommand{
|
||||
|
||||
Reference in New Issue
Block a user