Skip to content

Commit

Permalink
fixing createstorage 404
Browse files Browse the repository at this point in the history
  • Loading branch information
melonrush13 committed Apr 9, 2020
1 parent 91e6ebf commit d06ba1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ func setup() error {
// Create the Storage Account and Container
_, _ = storageAccountManager.CreateStorage(context.Background(), resourceGroupName, storageAccountName, resourcegroupLocation, azurev1alpha1.StorageAccountSku{
Name: "Standard_LRS",
}, "StorageAccount", map[string]*string{}, "", nil, nil)
}, "Storage", map[string]*string{}, "", nil, nil)

// Storage account needs to be in "Suceeded" state
// for container create to succeed
Expand Down

0 comments on commit d06ba1b

Please sign in to comment.