Update azureblob_test.go

This commit is contained in:
Juan Calderon-Perez
2025-04-09 20:45:30 -04:00
committed by GitHub
parent 912bb43630
commit 98a1bbe290

View File

@@ -13,7 +13,7 @@ import (
const (
// azuriteImage is the default image used for running azurite in tests.
azuriteImage = "mcr.microsoft.com/azure-storage/azurite:3.33.0"
azuriteImage = "mcr.microsoft.com/azure-storage/azurite:latest"
azuriteImageEnvVar = "TEST_AZURITE_IMAGE"
)