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
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:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user