Fix jwt-token
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user