Update SDKs to use generated types #1034
Triggered via pull request
September 19, 2025 20:24
Status
Failure
Total duration
6m 57s
Artifacts
–
integration-tests.yml
on: pull_request
Run Integration Tests
6m 51s
End-to-End Tests
0s
Annotations
10 errors and 1 warning
|
tests/oauth-protocol/oauth-refresh.test.ts > OAuth Refresh Token Tests > Error Response Format > returns consistent OAuth error format:
packages/tests/integration/tests/oauth-protocol/oauth-refresh.test.ts#L329
AssertionError: expected { message: 'Invalid body', …(1) } to have property "error"
❯ tests/oauth-protocol/oauth-refresh.test.ts:329:25
|
|
tests/oauth-protocol/oauth-refresh.test.ts > OAuth Refresh Token Tests > Content-Type Handling > rejects unsupported content-types:
packages/tests/integration/tests/oauth-protocol/oauth-refresh.test.ts#L262
TypeError: .toMatch() expects to receive a string, but got undefined
❯ tests/oauth-protocol/oauth-refresh.test.ts:262:31
|
|
tests/oauth-protocol/oauth-refresh.test.ts > OAuth Refresh Token Tests > Content-Type Handling > supports application/x-www-form-urlencoded content-type:
packages/tests/integration/tests/oauth-protocol/oauth-refresh.test.ts#L243
AssertionError: expected 'invalid_request' to match /invalid.*grant|invalid.*token|server…/i
- Expected:
/invalid.*grant|invalid.*token|server.*error/i
+ Received:
"invalid_request"
❯ tests/oauth-protocol/oauth-refresh.test.ts:243:31
|
|
tests/oauth-protocol/oauth-refresh.test.ts > OAuth Refresh Token Tests > Content-Type Handling > supports application/json content-type:
packages/tests/integration/tests/oauth-protocol/oauth-refresh.test.ts#L218
AssertionError: expected 'invalid_request' to match /invalid.*grant|invalid.*token/i
- Expected:
/invalid.*grant|invalid.*token/i
+ Received:
"invalid_request"
❯ tests/oauth-protocol/oauth-refresh.test.ts:218:31
|
|
tests/oauth-protocol/oauth-refresh.test.ts > OAuth Refresh Token Tests > Client Validation > rejects non-existent client_id:
packages/tests/integration/tests/oauth-protocol/oauth-refresh.test.ts#L188
AssertionError: expected [Function] to throw error matching /invalid.*grant|invalid.*client|clien…/i but got 'API request failed: 400 Bad Request\n…'
- Expected:
/invalid.*grant|invalid.*client|client.*not.*found/i
+ Received:
"API request failed: 400 Bad Request
{\"error\":\"invalid_request\",\"error_description\":\"Refresh token not found\"}"
❯ tests/oauth-protocol/oauth-refresh.test.ts:188:7
|
|
tests/oauth-protocol/oauth-refresh.test.ts > OAuth Refresh Token Tests > Refresh Token Validation > rejects missing refresh token:
packages/tests/integration/tests/oauth-protocol/oauth-refresh.test.ts#L89
TypeError: .toMatch() expects to receive a string, but got undefined
❯ tests/oauth-protocol/oauth-refresh.test.ts:89:31
|
|
tests/oauth-protocol/oauth-refresh.test.ts > OAuth Refresh Token Tests > Grant Type Validation > rejects wrong grant type in custom request:
packages/tests/integration/tests/oauth-protocol/oauth-refresh.test.ts#L66
TypeError: .toMatch() expects to receive a string, but got undefined
❯ tests/oauth-protocol/oauth-refresh.test.ts:66:31
|
|
tests/oauth-protocol/oauth-refresh.test.ts > OAuth Refresh Token Tests > Grant Type Validation > rejects missing grant type in custom request:
packages/tests/integration/tests/oauth-protocol/oauth-refresh.test.ts#L43
TypeError: .toMatch() expects to receive a string, but got undefined
❯ tests/oauth-protocol/oauth-refresh.test.ts:43:31
|
|
tests/oauth-protocol/oauth-compliance.test.ts > OAuth 2.0 Protocol Compliance > Parameter Validation > rejects unsupported response_type:
packages/tests/integration/tests/oauth-protocol/oauth-compliance.test.ts#L206
AssertionError: expected '[{"code":"invalid_value","values":["c…' to match /Only authorization code flow \(respo…/i
- Expected:
/Only authorization code flow \(response_type=code\) is supported/i
+ Received:
"[{\"code\":\"invalid_value\",\"values\":[\"code\"],\"path\":[\"response_type\"],\"message\":\"{\\\"error\\\":\\\"invalid_request\\\",\\\"error_description\\\":\\\"response_type must be code\\\"}\"}]"
❯ tests/oauth-protocol/oauth-compliance.test.ts:206:47
|
|
tests/oauth-protocol/jwt-lifecycle.test.ts > JWT Token Lifecycle Tests > Token Exchange API > rejects invalid authorization codes:
packages/tests/integration/tests/oauth-protocol/jwt-lifecycle.test.ts#L19
AssertionError: expected [Function] to throw error matching /invalid.*grant|authorization.*code/i but got 'API request failed: 500 Internal Serv…'
- Expected:
/invalid.*grant|authorization.*code/i
+ Received:
"API request failed: 500 Internal Server Error
{\"error\":\"server_error\",\"error_description\":\"Invalid Compact JWS\"}"
❯ tests/oauth-protocol/jwt-lifecycle.test.ts:19:7
|
|
Run Integration Tests
No files were found with the provided path: packages/tests/integration/test-results/
packages/tests/integration/coverage/. No artifacts will be uploaded.
|