Skip to content

Commit 04e6bd2

Browse files
committed
CCM-12613: linting fix
1 parent e4f15b8 commit 04e6bd2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/playwright/digital-letters-component-tests/pdm-uploader.component.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5756
test.describe('Digital Letters - Upload to PDM', () => {
5857
test.beforeAll(async () => {

tests/playwright/helpers/sqs-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function getQueueUrl(queueName: string) {
1515
export 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),

0 commit comments

Comments
 (0)