Skip to content

Commit b695ee7

Browse files
committed
wip
1 parent 1357ed4 commit b695ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/signals/signals/src/core/client/__tests__/redact.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ describe(redactSignalData, () => {
8383
})
8484
const expected = factories.createInteractionSignal({
8585
eventType: 'change',
86-
target: { value: 'XXX' },
87-
formData: { password: 'XXX' },
86+
target: { value: 'XXX', formData: { password: 'XXX' } },
8887
})
8988
expect(redactSignalData(signal)).toEqual(expected)
9089
})

0 commit comments

Comments
 (0)