chore(orchestration): serialize error (#6967)
This commit is contained in:
@@ -110,9 +110,9 @@ medusaIntegrationTestRunner({
|
||||
{
|
||||
action: "throw",
|
||||
handlerType: "invoke",
|
||||
error: new Error(
|
||||
`Failed to do something after creating payment sessions`
|
||||
),
|
||||
error: expect.objectContaining({
|
||||
message: `Failed to do something after creating payment sessions`,
|
||||
}),
|
||||
},
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user