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