fix issue test
Build & Push / Pipeline Tests (push) Successful in 1m57s
Test / Type Check (all packages) (push) Successful in 52s
Build & Push / Build & Push Docker Image (push) Successful in 3m32s
Test / API Unit Tests (push) Successful in 1m12s
Test / Homepage Unit Tests (push) Successful in 47s
Test / Carplace Unit Tests (push) Successful in 43s
Test / Admin Unit Tests (push) Successful in 39s
Test / Dashboard Unit Tests (push) Successful in 40s
Test / API Integration Tests (push) Successful in 1m5s

This commit is contained in:
root
2026-08-23 01:16:39 -04:00
parent e3f80af47d
commit fe68f4c6b0
2 changed files with 2 additions and 1 deletions
@@ -22,6 +22,7 @@ describe('auth presenters', () => {
lastName: 'Benali',
role: 'OWNER',
preferredLanguage: 'fr',
totpEnabled: false,
companyId: 'company_1',
companyName: 'Atlas Cars',
companySlug: 'atlas-cars',
@@ -93,7 +93,7 @@ describe('company configuration API contracts', () => {
displayName: 'Atlas Premium Cars',
defaultCurrency: 'MAD',
tagline: 'Premium rentals',
}, 'Atlas Cars', 'atlas')
}, 'Atlas Cars', 'atlas', 'employee_1')
})
it('rejects invalid custom domains before normalization or persistence', async () => {