Skip to content

Commit

Permalink
fix send to email test too
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Feb 23, 2024
1 parent 6f3c1bd commit 39d03b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.planx.uk/modules/send/email/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ describe(`downloading application data received by email`, () => {
.then((_res) => {
expect(mockBuildSubmissionExportZip).toHaveBeenCalledWith({
sessionId: "123",
includeDigitalPlanningJSON: true,
});
});
});
Expand Down

0 comments on commit 39d03b0

Please sign in to comment.