Fix jwt-token

This commit is contained in:
2025-09-15 06:58:21 +02:00
parent 159affb113
commit 6eafcbab19
5 changed files with 103 additions and 35 deletions

View File

@@ -10,6 +10,7 @@ describe('Multi-Tenant Authentication Middleware', () => {
before(async () => {
({ models, sequelize } = await setupTestEnvironment());
multiAuth = new MultiTenantAuth();
multiAuth.setModels(models);
});
after(async () => {