Fix tests

This commit is contained in:
Girish Ramakrishnan
2019-08-30 10:01:09 -07:00
parent 2585282f86
commit 7d299908c9
6 changed files with 22 additions and 11 deletions

View File

@@ -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 = {