Skip to content

Commit 341c6a2

Browse files
committed
CCM-13476: small clean ups
1 parent d8425fe commit 341c6a2

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

infrastructure/terraform/components/dl/module_lambda_print_status_handler.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lambdas/print-status-handler/src/__tests__/test-data.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
4837
const busEvent = {
4938
version: '0',
5039
id: 'ab07d406-0797-e919-ff9b-3ad9c5498114',

0 commit comments

Comments
 (0)