Skip to content

Commit

Permalink
bug: updated standalone test
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhu34 committed Dec 13, 2022
1 parent ac3398b commit 92dea61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import (
)

func getPolicyID(t *testing.T, orgID string) string {
gcOpts := gcloud.WithCommonArgs([]string{"--format", "'value(name)'"})
op := gcloud.Run(t, fmt.Sprintf("access-context-manager policies list --organization=%s --format=%s", orgID, gcOpts))
gcOpts := gcloud.WithCommonArgs([]string{"--format", "='value(name)'"})
op := gcloud.Run(t, fmt.Sprintf("access-context-manager policies list --organization=%s ", orgID), gcOpts)
return op.String()
}

Expand Down

0 comments on commit 92dea61

Please sign in to comment.