File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ Scenario Outline: thrown non-error exceptions are reported when using hono
117117 Given I setup the environment
118118 When I invoke the "HonoFunction" lambda in "features/fixtures/hono-app" with the "events/throw-non-error.json" event
119119 Then the lambda response "errorMessage" equals "1"
120- And the lambda response "errorType" equals "Runtime.UnhandledPromiseRejection "
120+ And the lambda response "errorType" equals "number "
121121 And the lambda response "trace" is an array with 4 elements
122- And the lambda response "trace.0" equals "Runtime.UnhandledPromiseRejection: 1"
122+ And the lambda response "trace.0" equals "1"
123123 And the lambda response "body" is null
124124 And the lambda response "statusCode" is null
125125 And the SAM exit code equals 0
You can’t perform that action at this time.
0 commit comments