fix testCurrent user test

This commit is contained in:
blagoev 2017-04-06 18:26:36 +03:00
parent 7486ecf029
commit 4c9f88560e
1 changed files with 2 additions and 2 deletions

View File

@ -279,8 +279,8 @@ module.exports = {
resolve();
});
});
}).catch(e => reject(e));
}).catch(e => reject(e));
});
},
testManagementRealm() {