Fix jwt-token

This commit is contained in:
2025-09-15 06:07:22 +02:00
parent c69f6f6876
commit 861801b35a
2 changed files with 4 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ async function createTestUser(userData = {}) {
const defaultUserData = {
username: 'testuser',
email: 'test@example.com',
password: 'password123',
password_hash: '$2b$10$example.hash.for.testing.purposes.only',
role: 'admin',
tenant_id: tenant.id,
is_active: true,