PR: retry mint for a failed payment card order #19
Annotations
10 errors and 1 warning
Run tests:
tests/unit/post-order.test.ts#L77
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/unit/post-order.test.ts:77:29
|
Run tests:
tests/unit/post-order.test.ts#L117
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ tests/unit/post-order.test.ts:117:29
|
Run tests:
tests/unit/post-order.test.ts#L138
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ tests/unit/post-order.test.ts:138:29
|
Run tests:
tests/unit/post-order.test.ts#L159
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ tests/unit/post-order.test.ts:159:29
|
Run tests:
tests/unit/post-order.test.ts#L179
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ tests/unit/post-order.test.ts:179:29
|
Run tests:
tests/unit/post-order.test.ts#L200
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ tests/unit/post-order.test.ts:200:29
|
Run tests:
tests/unit/post-order.test.ts#L226
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ tests/unit/post-order.test.ts:226:29
|
Run tests:
tests/unit/post-order.test.ts#L251
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ tests/unit/post-order.test.ts:251:29
|
Run tests:
tests/unit/post-order.test.ts#L275
AssertionError: expected 500 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 500
❯ tests/unit/post-order.test.ts:275:29
|
Run tests:
tests/unit/post-order.test.ts#L301
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/unit/post-order.test.ts:301:29
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading