From 133b439037ea9ca96c06bb2e65879add81e3ce8c Mon Sep 17 00:00:00 2001 From: Gabriel Wen Date: Thu, 17 Oct 2019 11:40:47 -0700 Subject: [PATCH] fix test --- bootstrap/pkg/kfapp/gcp/gcp_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap/pkg/kfapp/gcp/gcp_test.go b/bootstrap/pkg/kfapp/gcp/gcp_test.go index 33d09b515e6..6bd4f7e471c 100644 --- a/bootstrap/pkg/kfapp/gcp/gcp_test.go +++ b/bootstrap/pkg/kfapp/gcp/gcp_test.go @@ -209,6 +209,9 @@ func TestGcp_setGcpPluginDefaults(t *testing.T) { Path: "deployment/gke/deployment_manager_configs", }, }, + Project: "myproject", + Email: "myemail", + Zone: "us-east1-b", }, EmailGetter: func() (string, error) { return "myemail", nil @@ -251,6 +254,7 @@ func TestGcp_setGcpPluginDefaults(t *testing.T) { Path: "deployment/gke/deployment_manager_configs", }, }, + Email: "myemail", }, EmailGetter: func() (string, error) { return "\nmyemail\n", nil @@ -289,6 +293,7 @@ func TestGcp_setGcpPluginDefaults(t *testing.T) { Path: "deployment/gke/deployment_manager_configs", }, }, + Email: "myemail", }, EmailGetter: func() (string, error) { return "\nmyemail\n", nil