diff --git a/src/services/__tests__/anchor-service.test.ts b/src/services/__tests__/anchor-service.test.ts index ff3c9591..94690482 100644 --- a/src/services/__tests__/anchor-service.test.ts +++ b/src/services/__tests__/anchor-service.test.ts @@ -39,6 +39,7 @@ import { MockEventProducerService } from './mock-event-producer-service.util.js' import { type IMerkleCarService, makeMerkleCarService } from '../merkle-car-service.js' process.env['NODE_ENV'] = 'test' +process.env['CAS_USE_IPFS_STORAGE'] = 'true'; // Set the environment variable for the test async function anchorCandidates( candidates: Candidate[],