From 73a881e06dba92fb9724a792ed5d8a54d21367b7 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Fri, 22 Nov 2019 11:02:13 -0800 Subject: [PATCH] Fix GKE upgrade test. Signed-off-by: Lantao Liu --- test/e2e/framework/nodes_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/nodes_util.go b/test/e2e/framework/nodes_util.go index 56edc86f576..cd27d62ddee 100644 --- a/test/e2e/framework/nodes_util.go +++ b/test/e2e/framework/nodes_util.go @@ -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 {