Fix jwt-token

This commit is contained in:
2025-09-16 08:17:24 +02:00
parent a56ce40821
commit ccb58c3542

View File

@@ -31,7 +31,7 @@ describe('Auth Routes', () => {
const tenant = await createTestTenant({ slug: 'test-tenant' });
const user = await createTestUser({
username: 'testuser',
password: '$2b$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
password_hash: '$2b$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
tenant_id: tenant.id
});