Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwen committed Oct 17, 2019
1 parent 78ee1b7 commit 133b439
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap/pkg/kfapp/gcp/gcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 133b439

Please sign in to comment.