Skip to content

Commit c32847f

Browse files
committed
fix
1 parent d2789d9 commit c32847f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/s3.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe("S3 Presigned URL Functions", () => {
5050
});
5151

5252
test("creates a presigned PUT URL with custom expiration", async () => {
53-
const mockUrl = "https://s3.amazonaws.com/bucket/key?signature=abc";
53+
const mockUrl = "https://s3.amazonaws.com/bucket/key?signature=xyz";
5454
const mockS3Client = new S3Client({ region: "us-east-1" });
5555

5656
const result = await createPresignedPut({

0 commit comments

Comments
 (0)