Update SDKs to use generated types #1038
Triggered via pull request
September 19, 2025 22:03
Status
Failure
Total duration
6m 53s
Artifacts
–
integration-tests.yml
on: pull_request
Run Integration Tests
6m 49s
End-to-End Tests
Annotations
6 errors and 1 warning
|
Run Integration Tests
Process completed with exit code 1.
|
|
tests/oauth-protocol/pkce-security.test.ts > PKCE Security Validation > Code Verifier Server Validation > accepts valid unreserved characters in code verifier:
packages/tests/integration/tests/oauth-protocol/pkce-security.test.ts#L368
AssertionError: expected 'API request failed: 400 Bad Request\n…' to match /PKCE verification failed/i
- Expected:
/PKCE verification failed/i
+ Received:
"API request failed: 400 Bad Request
{\"error\":\"invalid_request\",\"error_description\":\"Invalid authorization code\"}"
❯ tests/oauth-protocol/pkce-security.test.ts:368:29
|
|
tests/oauth-protocol/pkce-security.test.ts > PKCE Security Validation > Security Attack Prevention > prevents malformed code challenge attacks:
packages/tests/integration/tests/oauth-protocol/pkce-security.test.ts#L200
AssertionError: expected [Function] to throw error matching /code_challenge must be a string/i but got 'OAuth authorization failed: 400 Bad R…'
- Expected:
/code_challenge must be a string/i
+ Received:
"OAuth authorization failed: 400 Bad Request
{\"error\":\"invalid_request\",\"error_description\":\"code_challenge must be at least 43 characters\"}"
❯ tests/oauth-protocol/pkce-security.test.ts:200:9
|
|
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
TypeError: .toMatch() expects to receive a string, but got undefined
❯ tests/oauth-protocol/oauth-compliance.test.ts:206:47
|
|
tests/oauth-protocol/oauth-compliance.test.ts > OAuth 2.0 Protocol Compliance > Parameter Validation > rejects unsupported code_challenge_method:
packages/tests/integration/tests/oauth-protocol/oauth-compliance.test.ts#L151
TypeError: .toMatch() expects to receive a string, but got undefined
❯ tests/oauth-protocol/oauth-compliance.test.ts:151:49
|
|
tests/oauth-protocol/oauth-compliance.test.ts > OAuth 2.0 Protocol Compliance > Parameter Validation > validates PKCE challenge format:
packages/tests/integration/tests/oauth-protocol/oauth-compliance.test.ts#L106
AssertionError: expected [Function] to throw error matching /code_challenge must be base64url enc…/i but got 'OAuth authorization failed: 400 Bad R…'
- Expected:
/code_challenge must be base64url encoded/i
+ Received:
"OAuth authorization failed: 400 Bad Request
{\"error\":\"invalid_request\",\"error_description\":\"code_challenge must be at least 43 characters\"}"
❯ tests/oauth-protocol/oauth-compliance.test.ts:106:9
|
|
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.
|