diff --git a/packages/upload-api/test/handlers/blob.js b/packages/upload-api/test/handlers/blob.js index 10595937e..ea7f18e61 100644 --- a/packages/upload-api/test/handlers/blob.js +++ b/packages/upload-api/test/handlers/blob.js @@ -114,6 +114,9 @@ export const test = { }, }, proofs: [proof], + // Note: we have to set an expiration, or the default expiration value + // will be set when the invocation is executed and the UCAN issued. + expiration: (Math.floor(Date.now() / 1000)) + 10 }) // Invoke `blob/add` for the first time const firstBlobAdd = await invocation.execute(connection)