Skip to content

Commit bea105b

Browse files
Fix azurite tests
1 parent 418e729 commit bea105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/azurite/src/azurite-container.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { BlobServiceClient, StorageSharedKeyCredential } from "@azure/storage-bl
33
import { QueueServiceClient } from "@azure/storage-queue";
44
import { AzuriteContainer } from "./azurite-container";
55

6-
const IMAGE = "mcr.microsoft.com/azure-storage/azurite:3.33.0";
6+
const IMAGE = "mcr.microsoft.com/azure-storage/azurite:3.34.0";
77

88
describe("Azurite", { timeout: 240_000 }, () => {
99
// uploadAndDownloadBlob {

0 commit comments

Comments
 (0)