Fix jwt-token

This commit is contained in:
2025-09-16 21:44:14 +02:00
parent a822664ffc
commit 0a6ab8772b

View File

@@ -301,8 +301,8 @@ describe('Auth Routes', () => {
const tenant = await createTestTenant({
slug: 'test-tenant',
allow_registration: true,
ip_restrictions_enabled: true,
allowed_ips: '192.168.1.1'
ip_restriction_enabled: true,
ip_whitelist: ['192.168.1.1']
});
const response = await request(app)