chore(orchestration): serialize error (#6967)

This commit is contained in:
Carlos R. L. Rodrigues
2024-04-06 11:22:48 +02:00
committed by GitHub
parent 232322d035
commit d333db0842
9 changed files with 87 additions and 35 deletions
@@ -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`,
}),
},
])