Skip to content

Commit ffe5dc0

Browse files
committed
CCM-12613: fix integration test
1 parent 3a99e2f commit ffe5dc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/playwright/digital-letters-component-tests/ttl-handle.component.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ test.describe('Digital Letters - Handle TTL', () => {
126126
const eventWithNoMessageUri = {
127127
...baseEvent,
128128
id: letterId,
129-
unexpectedField: 'I should not be here',
129+
data: {
130+
...baseEvent.data,
131+
unexpectedField: 'I should not be here',
132+
},
130133
};
131134

132135
const ttlItem = {

0 commit comments

Comments
 (0)