Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chdsbd committed Jun 30, 2023
1 parent 0fd09a8 commit 2c184c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ test('should capture and send Express controller error.', async () => {
values: [
{
mechanism: {
type: 'generic',
handled: true,
type: 'middleware',
handled: false,
},
type: 'Error',
value: 'test_error',
Expand Down

0 comments on commit 2c184c9

Please sign in to comment.