Fix jwt-token
This commit is contained in:
@@ -301,8 +301,8 @@ describe('Auth Routes', () => {
|
|||||||
const tenant = await createTestTenant({
|
const tenant = await createTestTenant({
|
||||||
slug: 'test-tenant',
|
slug: 'test-tenant',
|
||||||
allow_registration: true,
|
allow_registration: true,
|
||||||
ip_restrictions_enabled: true,
|
ip_restriction_enabled: true,
|
||||||
allowed_ips: '192.168.1.1'
|
ip_whitelist: ['192.168.1.1']
|
||||||
});
|
});
|
||||||
|
|
||||||
const response = await request(app)
|
const response = await request(app)
|
||||||
|
|||||||
Reference in New Issue
Block a user