Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Aug 27, 2024
1 parent bd5f706 commit 35fef29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func TestCLIToolTests(t *testing.T) {
require.NoError(t, err)

// cmd := exec.Command("gcloud", "auth", "list", "--filter=status:ACTIVE", "--format='value(account)'")
cmd = exec.Command("gcloud", "info")
cmd = exec.Command("gcloud", "config", "list", "account", "--format", "'value(core.account)'")
out, err = cmd.CombinedOutput()
fmt.Println("out", string(out))
require.NoError(t, err)
Expand Down

0 comments on commit 35fef29

Please sign in to comment.