fix issues in core

This commit is contained in:
2025-12-23 15:38:50 +01:00
parent df5c20c5cc
commit 120d3bb1a1
125 changed files with 1005 additions and 793 deletions

View File

@@ -43,7 +43,7 @@ describe('StartAuthUseCase', () => {
it('returns ok and presents redirect when provider call succeeds', async () => {
const input: StartAuthInput = {
provider: 'IRACING_DEMO' as any,
provider: 'IRACING_DEMO',
returnTo: 'https://app/callback',
};
@@ -69,7 +69,7 @@ describe('StartAuthUseCase', () => {
it('wraps unexpected errors as REPOSITORY_ERROR and logs them', async () => {
const input: StartAuthInput = {
provider: 'IRACING_DEMO' as any,
provider: 'IRACING_DEMO',
returnTo: 'https://app/callback',
};