File tree Expand file tree Collapse file tree
infrastructure/terraform/components/dl
lambdas/print-status-handler/src/__tests__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "print_status_handler" {
22 source = " https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33
44 function_name = " print-status-handler"
5- description = " A function for processing letter printing statuses "
5+ description = " A function for processing letter printing statuses"
66
77 aws_account_id = var. aws_account_id
88 component = local. component
Original file line number Diff line number Diff line change @@ -34,17 +34,6 @@ export const acceptedLetterEvent = {
3434 } ,
3535} as LetterEvent ;
3636
37- export const dispatchedLetterEvent = {
38- ...acceptedLetterEvent ,
39- type : 'uk.nhs.notify.supplier-api.letter.DISPATCHED.v1' ,
40- dataschema :
41- 'https://notify.nhs.uk/cloudevents/schemas/supplier-api/letter.DISPATCHED.1.0.0.schema.json' ,
42- data : {
43- ...acceptedLetterEvent . data ,
44- status : 'DISPATCHED' ,
45- } ,
46- } as LetterEvent ;
47-
4837const busEvent = {
4938 version : '0' ,
5039 id : 'ab07d406-0797-e919-ff9b-3ad9c5498114' ,
You can’t perform that action at this time.
0 commit comments