Merge pull request #70923 from m1kola/fix_e2e_err_message

Fixes error message in e2e tests for kubectl port-forward
pull/564/head
Kubernetes Prow Robot 2019-01-14 14:24:01 -08:00 committed by GitHub
commit d2bd29fcee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,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{