File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
digital-letters-component-tests Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,13 @@ const baseEvent = {
4545 time : '2023-06-20T12:00:00Z' ,
4646 recordedtime : '2023-06-20T12:00:00.250Z' ,
4747 severitynumber : 2 ,
48- traceparent :
49- '00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01' ,
48+ traceparent : '00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01' ,
5049 datacontenttype : 'application/json' ,
5150 dataschema :
5251 'https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/data/digital-letters-mesh-inbox-message-downloaded-data.schema.json' ,
5352 dataschemaversion : '1.0' ,
5453 severitytext : 'INFO' ,
55- }
54+ } ;
5655
5756test . describe ( 'Digital Letters - Upload to PDM' , ( ) => {
5857 test . beforeAll ( async ( ) => {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function getQueueUrl(queueName: string) {
1515export async function expectMessageContainingString (
1616 queueName : string ,
1717 searchTerm : string ,
18- timeout : number = 30 ,
18+ timeout = 30 ,
1919) {
2020 const input : ReceiveMessageCommandInput = {
2121 QueueUrl : getQueueUrl ( queueName ) ,
You can’t perform that action at this time.
0 commit comments