Skip to content

Commit

Permalink
Update azure_utils.go
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
  • Loading branch information
mmorel-35 committed Apr 15, 2024
1 parent c216338 commit b5ad960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/providers/azure_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func getStorageAccountKey(credentialsFile, accountName, subscriptionID, resource
}
func handleErrors(err error) {
if err != nil {
if bloberror.HasCode(err, bloberror.ResourceAlreadyExists) {
if bloberror.HasCode(err, bloberror.ContainerAlreadyExists) {
return
}
log.Fatal(err)
Expand Down

0 comments on commit b5ad960

Please sign in to comment.