Skip to content

Commit 86080e5

Browse files
committed
fix gcp-auth test
1 parent db79518 commit 86080e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/addons_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func TestAddons(t *testing.T) {
7777
// If we're running the integration tests on GCE, which is frequently the case, first check to make sure we exit out properly,
7878
// then use force to actually test using creds.
7979
if detect.IsOnGCE() {
80-
args = append([]string{"addons", "enable", "gcp-auth", "-p", profile}, StartArgs()...)
80+
args = []string{"-p", profile, "addons", "enable", "gcp-auth"}
8181
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
8282
if err == nil {
8383
t.Errorf("Expected error but didn't get one. command %v, output %v", rr.Command(), rr.Output())

0 commit comments

Comments
 (0)