Skip to content

Commit c857e6f

Browse files
committed
Update index.test.ts
1 parent 1bdc490 commit c857e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workers/sentry/tests/index.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@ describe('SentryEventWorker', () => {
824824
JSON.stringify({
825825
/* eslint-disable @typescript-eslint/naming-convention */
826826
replay_id: 'test-replay',
827-
/* eslint-disable @typescript-eslint/naming-convention */
828827
segment_id: 1,
829828
/* eslint-enable @typescript-eslint/naming-convention */
830829
}),
@@ -925,8 +924,10 @@ describe('SentryEventWorker', () => {
925924
type: 'replay_recording',
926925
length: 16385,
927926
}),
927+
/* eslint-disable @typescript-eslint/naming-convention */
928928
// Segment ID - should be filtered out
929929
JSON.stringify({ segment_id: 1 }),
930+
/* eslint-enable @typescript-eslint/naming-convention */
930931
// Binary data (simulated) - should be filtered out
931932
'xnFWy@v$xAlJ=&fS~¾˶IJ<Dڒ%8yX]]ˣ·9V|JGd!+%fF',
932933
];

0 commit comments

Comments
 (0)