Skip to content

Commit 2c184c9

Browse files
committed
fix test
1 parent 0fd09a8 commit 2c184c9

File tree

1 file changed

+2
-2
lines changed
  • packages/node-integration-tests/suites/express/handle-error

1 file changed

+2
-2
lines changed

packages/node-integration-tests/suites/express/handle-error/test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ test('should capture and send Express controller error.', async () => {
1111
values: [
1212
{
1313
mechanism: {
14-
type: 'generic',
15-
handled: true,
14+
type: 'middleware',
15+
handled: false,
1616
},
1717
type: 'Error',
1818
value: 'test_error',

0 commit comments

Comments
 (0)