Skip to content

Commit 1437f9f

Browse files
committed
CCM-12740: update unit test mocked values to differ from values on test object
1 parent e2badab commit 1437f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambdas/ttl-create-lambda/src/__tests__/apis/sqs-trigger-lambda.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ describe('createHandler', () => {
2121
const validItem: TtlItemEvent = {
2222
profileversion: '1.0.0',
2323
profilepublished: '2025-10',
24-
id: '550e8400-e29b-41d4-a716-446655440001',
24+
id: '999999999-9999-9999-9999-999999999999',
2525
specversion: '1.0',
2626
source: '/nhs/england/notify/production/primary/data-plane/digital-letters',
2727
subject:
2828
'customer/920fca11-596a-4eca-9c47-99f624614658/recipient/769acdd4-6a47-496f-999f-76a6fd2c3959',
2929
type: 'uk.nhs.notify.digital.letters.mesh.inbox.message.downloaded.v1',
30-
time: '2023-06-20T12:00:00Z',
31-
recordedtime: '2023-06-20T12:00:00.250Z',
30+
time: '2000-01-02T02:00:00Z',
31+
recordedtime: '2000-01-01T01:00:00Z',
3232
severitynumber: 2,
3333
traceparent: '00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01',
3434
datacontenttype: 'application/json',

0 commit comments

Comments
 (0)