Skip to content

Commit

Permalink
Fix the use of an invalid CID in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Dec 2, 2024
1 parent 651cc70 commit c87544a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/controller/deploy-controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('CLI deploy, delete, promote', () => {

it('reDeploy to Hosted Service', async () => {
const {ipfs, org, projectName, type} = projectSpec;
const newIPFS = 'QmbKvrzwSmzTZi5jrhEpa6yDDHQXRURi5S4ztLgJLpBxAi';
const newIPFS = 'Qmdr4yg98Fv8Yif3anjKVHhjuAKR665j6ekhWsfYUdkaCu';
const validator = await ipfsCID_validate(projectSpec.ipfs, testAuth, ROOT_API_URL_PROD);

const deployOutput = await deployTestProject(validator, ipfs, org, projectName, testAuth, ROOT_API_URL_PROD);
Expand Down

0 comments on commit c87544a

Please sign in to comment.