Skip to content

Commit

Permalink
Update azure_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Raymond Ho <raymonstah@gmail.com>
  • Loading branch information
Zlaticanin and raymonstah authored Oct 30, 2023
1 parent b78e0b2 commit 78ebf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TestSPCredentials(t *testing.T) {
}

func helper(ctx context.Context, rgClient *armresources.ResourceGroupsClient) (armresources.ResourceGroupsClientCreateOrUpdateResponse, error) {
resp, err := rgClient.CreateOrUpdate(ctx, fmt.Sprintf("%v-%v", "vault-test-{UUID}", uuid.New().String()), armresources.ResourceGroup{
resp, err := rgClient.CreateOrUpdate(ctx, fmt.Sprintf("%v-%v", "vault-test", uuid.New().String()), armresources.ResourceGroup{
Location: to.StringPtr("West US"),
Tags: map[string]*string{"created_by": to.StringPtr("vault-test-{UUID}")},
}, nil)
Expand Down

0 comments on commit 78ebf57

Please sign in to comment.