Skip to content

Commit

Permalink
fix how test creates W3_NFTSTORAGE_PRINCIPAL value
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Mar 21, 2024
1 parent 8cc5676 commit fa84813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/test/nfts-upload.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test.before(async (t) => {
LINKDEX_URL: linkdexUrl,
W3UP_URL: (await mockW3up).url.toString(),
W3_NFTSTORAGE_SPACE: (await nftStorageSpace).did(),
W3_NFTSTORAGE_PRINCIPAL: (await nftStorageApiPrincipal).did(),
W3_NFTSTORAGE_PRINCIPAL: ed25519.format(await nftStorageApiPrincipal),
W3_NFTSTORAGE_PROOF: (
await encodeDelegationAsCid(
await delegate({
Expand Down

0 comments on commit fa84813

Please sign in to comment.