Fixes error message in e2e tests

pull/564/head
Mikalai Radchuk 2018-11-11 13:06:30 +00:00
parent 8307fb2fb3
commit b73b5bc99c
1 changed files with 1 additions and 1 deletions

View File

@ -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{