Skip to content

Commit 4727232

Browse files
committed
CCM-15801: Fix linting issues
1 parent 52ab8ae commit 4727232

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

tests/playwright/digital-letters-component-tests/mesh-poll-download.component.spec.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,11 @@ test.describe('Digital Letters - MESH Poll and Download', () => {
191191
await invokeLambda(MESH_POLL_LAMBDA_NAME);
192192

193193
await expectMeshInboxMessageReceivedEvent(meshMessageId);
194-
await expectMeshInboxMessageInvalidEvent(meshMessageId, messageReference, 'DL_CLIV_005');
194+
await expectMeshInboxMessageInvalidEvent(
195+
meshMessageId,
196+
messageReference,
197+
'DL_CLIV_005',
198+
);
195199

196200
await expectToPassEventually(async () => {
197201
const filteredLogs = await getLogsFromCloudwatch(
@@ -427,7 +431,11 @@ test.describe('Digital Letters - MESH Poll and Download', () => {
427431
const messageReference = uuidv4();
428432
const messageContent = JSON.stringify(validPdmRequest);
429433

430-
await uploadMeshMessage(duplicateMeshMessageId, messageReference, messageContent);
434+
await uploadMeshMessage(
435+
duplicateMeshMessageId,
436+
messageReference,
437+
messageContent,
438+
);
431439

432440
// Pre-upload the document to S3 with a DIFFERENT meshMessageId in metadata to simulate trust duplicate
433441
const documentKey = `document-reference/${senderId}/${messageReference}`;

0 commit comments

Comments
 (0)