Skip to content

Commit

Permalink
chore: 🤖 replace deprecated gateway by flk-ipfs.xyz in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 28, 2024
1 parent 46177dd commit 2c697b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/commands/storage/get.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe('Get storage files/folder for the given cid or name', () => {
cid: 'bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru',
'filecoin id': '58027558',
'arweave id': '',
link: 'https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.ipfs.cf-ipfs.com',
link: 'https://flk-ipfs.xyz/ipfs/bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru'
},
]);
});
Expand All @@ -164,14 +164,14 @@ describe('Get storage files/folder for the given cid or name', () => {
cid: 'bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4',
'filecoin id': '61342544',
'arweave id': '',
link: 'https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.ipfs.cf-ipfs.com',
link: 'https://flk-ipfs.xyz/ipfs/bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4',
},
{
filename: 'basic.car',
cid: 'bafkreiebwzjtd62ctklmmidldy2z2exinzr2mc72tzhkbe7ftjxm7cwnle',
'filecoin id': '61342549',
'arweave id': '',
link: 'https://bafkreiebwzjtd62ctklmmidldy2z2exinzr2mc72tzhkbe7ftjxm7cwnle.ipfs.cf-ipfs.com',
link: 'https://flk-ipfs.xyz/ipfs/bafkreiebwzjtd62ctklmmidldy2z2exinzr2mc72tzhkbe7ftjxm7cwnle',
},
]);
});
Expand Down
4 changes: 2 additions & 2 deletions src/commands/storage/list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ describe('List storage files/folder for the selected project', () => {
cid: 'bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru',
'filecoin id': '58027558',
'arweave id': '',
link: 'https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.ipfs.cf-ipfs.com',
link: 'https://flk-ipfs.xyz/ipfs/bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru',
},
{
filename: 'basic.car',
cid: 'bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4',
'filecoin id': '61342544',
'arweave id': '',
link: 'https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.ipfs.cf-ipfs.com',
link: 'https://flk-ipfs.xyz/ipfs/bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4',
},
]);
});
Expand Down

0 comments on commit 2c697b7

Please sign in to comment.