Skip to content

fix: compare account uuids #2752

fix: compare account uuids

fix: compare account uuids #2752

Triggered via pull request March 7, 2026 15:30
Status Failure
Total duration 2m 50s
Artifacts

ci.yml

on: pull_request
Prepare CI
2s
Prepare CI
Lint App  /  biomejs
18s
Lint App / biomejs
Tests  /  SonarQube Cloud Analysis
0s
Tests / SonarQube Cloud Analysis
Matrix: Build / build
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Tests / Run Tests
Process completed with exit code 1.
[happy-dom [preload, renderer]] src/renderer/utils/auth/utils.test.ts > renderer/utils/auth/utils.ts > performGitHubDeviceOAuth > should authenticate using device flow for GitHub app: src/renderer/utils/auth/utils.test.ts#L97
AssertionError: expected "vi.fn()" to be called with arguments: [ { clientType: 'oauth-app', …(3) } ] Received: 1st vi.fn() call: @@ -1,10 +1,10 @@ [ { - "clientId": "FAKE_CLIENT_ID_123", + "clientId": "mock-oauth-client-id", "clientType": "oauth-app", - "request": Any<Function>, + "request": [Function newApi], "scopes": [ "read:user", "notifications", "repo", ], Number of calls: 1 ❯ src/renderer/utils/auth/utils.test.ts:97:36