fix tests

This commit is contained in:
Ivan Diaz 2018-11-17 13:20:47 -03:00
parent 4251e3b5e7
commit 54cc704dc6
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ describe('Session Actions,', function () {
data: {
rememberToken: 'SOME_TOKEN',
userId: 'SOME_ID',
isAutomatic: true
remember: 1,
isAutomatic: 1
}
});
});