chore(deps-dev): bump @changesets/cli in /javascript #154
javascript.yml
on: push
Publish API reference
0s
Release
0s
Annotations
4 errors and 2 warnings
tests/request.test.ts > correct cases > payment.getPayments() > without parameters:
javascript/tests/request.test.ts#L25
AssertionError: promise rejected "GetPaymentsError: Invalid value for: head… { data: { …(2) } }" instead of resolving
❯ tests/request.test.ts:25:37
Caused by: Caused by: GetPaymentsError: Invalid value for: header Authorization
The given value doesn't start with PortOne
❯ new PortOneError src/PortOneError.ts:5:16
❯ new RestError src/generated/RestError.ts:111:3
❯ new GetPaymentsError src/generated/payment/client.ts:1160:3
❯ Object.getPayments src/generated/payment/client.ts:163:11
❯ tests/request.test.ts:25:4
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { data: { type: 'INVALID_REQUEST', message: 'Invalid value for: header Authorization\nThe given value doesn\'t start with PortOne ' } }
|
tests/request.test.ts > correct cases > payment.getPayments() > with parameters:
javascript/tests/request.test.ts#L32
AssertionError: promise rejected "GetPaymentsError: Invalid value for: head… { data: { …(2) } }" instead of resolving
❯ tests/request.test.ts:32:4
Caused by: Caused by: GetPaymentsError: Invalid value for: header Authorization
The given value doesn't start with PortOne
❯ new PortOneError src/PortOneError.ts:5:16
❯ new RestError src/generated/RestError.ts:111:3
❯ new GetPaymentsError src/generated/payment/client.ts:1160:3
❯ Object.getPayments src/generated/payment/client.ts:163:11
❯ tests/request.test.ts:30:4
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { data: { type: 'INVALID_REQUEST', message: 'Invalid value for: header Authorization\nThe given value doesn\'t start with PortOne ' } }
|
tests/request.test.ts > correct cases > payment.getPayment() > with parameters:
javascript/tests/request.test.ts#L41
AssertionError: promise rejected "GetPaymentError: Invalid value for: heade… { data: { …(2) } }" instead of resolving
❯ tests/request.test.ts:41:4
Caused by: Caused by: GetPaymentError: Invalid value for: header Authorization
The given value doesn't start with PortOne
❯ new PortOneError src/PortOneError.ts:5:16
❯ new RestError src/generated/RestError.ts:111:3
❯ new GetPaymentError src/generated/payment/client.ts:1151:3
❯ Object.getPayment src/generated/payment/client.ts:131:11
❯ tests/request.test.ts:39:4
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { data: { type: 'INVALID_REQUEST', message: 'Invalid value for: header Authorization\nThe given value doesn\'t start with PortOne ' } }
|
Test
Process completed with exit code 1.
|
Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|