chore(medusa): do not use transaction id on cart operations (#13931)
This commit is contained in:
committed by
GitHub
parent
224ab39a81
commit
990691e78a
@@ -1922,7 +1922,7 @@ medusaIntegrationTestRunner({
|
||||
expect(res.data.order).toEqual(successData)
|
||||
}
|
||||
|
||||
expect(failure.length).toBeGreaterThan(0)
|
||||
expect(failure.length).toBe(0)
|
||||
|
||||
expect(successData).toEqual(
|
||||
expect.objectContaining({
|
||||
|
||||
Reference in New Issue
Block a user