All checks #31
Annotations
1 error and 1 notice
Run Tests:
apps/web/playwright/oauth-provider.e2e.ts#L133
1) [@***com/web] › apps/web/playwright/oauth-provider.e2e.ts:107:7 › OAuth Provider › should create valid access token & refresh token for team
TypeError: fetch failed
131 |
132 | // request token with authorization code
> 133 | const tokenResponse = await fetch(`${WEBAPP_URL}/api/auth/oauth/token`, {
| ^
134 | body: JSON.stringify({
135 | code,
136 | client_id: client.clientId,
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/oauth-provider.e2e.ts:133:27
|
Run Tests
1 flaky
[@***com/web] › apps/web/playwright/oauth-provider.e2e.ts:107:7 › OAuth Provider › should create valid access token & refresh token for team
3 skipped
22 passed (1.3m)
|
The logs for this run have expired and are no longer available.
Loading