diff --git a/backend/src/tasks/test/scanExecution.test.ts b/backend/src/tasks/test/scanExecution.test.ts index d6dc10a27..781c604c3 100644 --- a/backend/src/tasks/test/scanExecution.test.ts +++ b/backend/src/tasks/test/scanExecution.test.ts @@ -16,6 +16,7 @@ jest.mock('aws-sdk', () => { }); describe('Scan Execution', () => { + process.env.SQS_QUEUE_URL = 'YOUR_SQS_QUEUE_URL'; it('should handle the event', async () => { const event = { Records: [