Fix GKE upgrade test.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2019-11-22 11:02:13 -08:00
parent 3028dc1f7a
commit 73a881e06d

View File

@ -271,7 +271,7 @@ func nodePoolsGKE() ([]string, error) {
locationParamGKE(),
"list",
fmt.Sprintf("--cluster=%s", TestContext.CloudConfig.Cluster),
`--format="get(name)"`,
"--format=get(name)",
}
stdout, _, err := RunCmd("gcloud", appendContainerCommandGroupIfNeeded(args)...)
if err != nil {