Fix tests
This commit is contained in:
@@ -40,7 +40,8 @@ var USER_0 = {
|
||||
twoFactorAuthenticationEnabled: false,
|
||||
twoFactorAuthenticationSecret: '',
|
||||
admin: false,
|
||||
active: true
|
||||
active: true,
|
||||
source: ''
|
||||
};
|
||||
|
||||
var USER_1 = {
|
||||
@@ -57,7 +58,8 @@ var USER_1 = {
|
||||
twoFactorAuthenticationEnabled: false,
|
||||
twoFactorAuthenticationSecret: '',
|
||||
admin: false,
|
||||
active: true
|
||||
active: true,
|
||||
source: ''
|
||||
};
|
||||
|
||||
var USER_2 = {
|
||||
@@ -74,7 +76,8 @@ var USER_2 = {
|
||||
twoFactorAuthenticationEnabled: false,
|
||||
twoFactorAuthenticationSecret: '',
|
||||
admin: false,
|
||||
active: true
|
||||
active: true,
|
||||
source: ''
|
||||
};
|
||||
|
||||
const DOMAIN_0 = {
|
||||
|
||||
Reference in New Issue
Block a user