Skip to content

Commit 38445f9

Browse files
mydeaLms24
andauthored
Update packages/integration-tests/suites/replay/errorResponse/test.ts
Co-authored-by: Lukas Stracke <[email protected]>
1 parent f39c8d4 commit 38445f9

File tree

1 file changed

+1
-2
lines changed
  • packages/integration-tests/suites/replay/errorResponse

1 file changed

+1
-2
lines changed

packages/integration-tests/suites/replay/errorResponse/test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ sentryTest('errorResponse', async ({ getLocalTestPath, page }) => {
3333
expect(called).toBe(1);
3434
const replay = await getReplaySnapshot(page);
3535

36-
// @ts-ignore private property
37-
expect(replay._isEnabled).toBe(false);
36+
expect(replay['_isEnabled']).toBe(false);
3837
});

0 commit comments

Comments
 (0)