Skip to content

feat(web): [EE] OAuth2 authorization server with MCP support #80

feat(web): [EE] OAuth2 authorization server with MCP support

feat(web): [EE] OAuth2 authorization server with MCP support #80

Triggered via pull request March 4, 2026 23:20
Status Failure
Total duration 1m 25s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test
Process completed with exit code 1.
src/withAuthV2.test.ts > getAuthenticatedUser > should update lastUsedAt when an OAuth Bearer token is used: packages/web/src/withAuthV2.test.ts#L156
AssertionError: expected "spy" to be called with arguments: [ { …(2) } ] Received: Number of calls: 0 ❯ src/withAuthV2.test.ts:156:42
src/withAuthV2.test.ts > getAuthenticatedUser > should return a user object if a valid OAuth Bearer token is present: packages/web/src/withAuthV2.test.ts#L148
AssertionError: expected undefined not to be undefined ❯ src/withAuthV2.test.ts:148:26