Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed May 13, 2024
1 parent d3ea29a commit f31ce71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-api/test/handlers/web3.storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ export const test = {
assert.equal(locations.length, 1)
assert.ok(
locations[0].includes(
`https://w3s.link/ipfs/${content.toString()}?origin`
`https://w3s.link/ipfs/${content}?format=raw&origin=`
)
)
},
Expand Down

0 comments on commit f31ce71

Please sign in to comment.