Skip to content

Commit

Permalink
Update maze-runner version for running node locally, and fix missing-…
Browse files Browse the repository at this point in the history
…step typo
  • Loading branch information
Cawllec committed Nov 17, 2022
1 parent 47d4c3e commit 11081b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/node/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v6.8.0'
gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v7.6.0'

# Use a branch of Maze Runner
#gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', branch: 'tms/use-maze-check'
Expand Down
2 changes: 1 addition & 1 deletion test/node/features/cause.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Scenario: Error thrown with a cause in the constructor
And the error payload field "events.0.exceptions.1.errorClass" equals "Error"
And the error payload field "events.0.exceptions.1.message" equals "I am the cause"
And the error payload field "events.0.exceptions.1.type" equals "nodejs"
And the error payload field "events.0.exceptions.1.stacktrace" is an non-empty array
And the error payload field "events.0.exceptions.1.stacktrace" is a non-empty array

Scenario: Error thrown with a cause assigned
When I run the service "cause" with the command "node scenarios/error_assignment"
Expand Down

0 comments on commit 11081b1

Please sign in to comment.