Skip to content

Commit

Permalink
test(plugin-koa): update koa.feature for mazerunner 4
Browse files Browse the repository at this point in the history
  • Loading branch information
djskinner committed Mar 15, 2021
1 parent 1697852 commit cffc31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/node/features/koa.feature
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ Scenario: A handled error with ctx.bugsnag.notify()

Scenario: adding body to request metadata
When I POST the data "data=in_request_body" to the URL "http://koa/bodytest"
And I wait to receive a request
Then the request is valid for the error reporting API version "4" for the "Bugsnag Node" notifier
And I wait to receive an error
Then the error is valid for the error reporting API version "4" for the "Bugsnag Node" notifier
And the event "unhandled" is true
And the event "severity" equals "error"
And the exception "errorClass" equals "Error"
Expand Down

0 comments on commit cffc31d

Please sign in to comment.