Skip to content

Commit 7161e07

Browse files
committed
test: fix snapshot
1 parent 9cd850b commit 7161e07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

__tests__/main-process/ipc-handlers/main-api/__snapshots__/object-handler.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exports[`ipc main api object handler get image file 1`] = `
4040
"cfId": undefined,
4141
"extendedRequestId": Any<String>,
4242
"httpStatusCode": 200,
43-
"requestId": undefined,
43+
"requestId": Any<String>,
4444
"totalRetryDelay": 0,
4545
},
4646
"AcceptRanges": "bytes",

__tests__/main-process/ipc-handlers/main-api/object-handler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ describe('ipc main api object handler', () => {
8282
objectHeaders: {
8383
$metadata: {
8484
extendedRequestId: expect.any(String),
85+
requestId: expect.any(String),
8586
},
8687
Expiration: expect.any(String),
8788
LastModified: expect.any(Date),

0 commit comments

Comments
 (0)