Skip to content

Commit

Permalink
fix: more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed May 17, 2024
1 parent 8a45a5c commit 31421d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/upload-api/test/handlers/blob.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ export const test = {
assert.ok(!secondNext.accept.receipt, 'accept receipt was not received')

// Store the blob to the address
console.log(address.url)
const goodPut = await fetch(address.url, {
method: 'PUT',
mode: 'cors',
Expand Down

0 comments on commit 31421d9

Please sign in to comment.