Skip to content

Commit cad8916

Browse files
CCM-9247: Fix lambda payload
1 parent 8b019d2 commit cad8916

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test-team/template-mgmt-e2e-tests/template-mgmt-proofing.e2e.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ test.describe('Letter Proofing', () => {
143143
await lambdaClient.send(
144144
new InvokeCommand({
145145
FunctionName: process.env.SFTP_POLL_LAMBDA_NAME,
146+
Payload: JSON.stringify({
147+
supplier: 'WTMMOCK',
148+
}),
146149
})
147150
);
148151

0 commit comments

Comments
 (0)