Change dummy emails #622
Annotations
2 errors and 3 warnings
routers/test/auth.router.test.ts > Auth routes > GET /auth/redirect-url > should return a redirect url:
server/routers/test/auth.router.test.ts#L33
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ routers/test/auth.router.test.ts:33:31
|
build_test (22.x)
Process completed with exit code 1.
|
prettier (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_test (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_test (22.x):
frontend/src/views/LoginCallbackView/LoginCallbackView.tsx#L37
React Hook useEffect has missing dependencies: 'dispatch' and 'navigate'. Either include them or remove the dependency array
|