Skip to content

Commit

Permalink
Fix scanExecution test
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Oct 6, 2023
1 parent bbf81aa commit 5cce17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/tasks/test/scanExecution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 5cce17d

Please sign in to comment.