fix test: message returned is AccessToken is required. to check the type of id, accessToken should be available. not all errors returned, only the first error.

This commit is contained in:
ali-hamud 2016-11-01 18:45:43 +02:00
Родитель 8a57e9da9f
Коммит 1b33dd1a8a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -243,6 +243,7 @@ describe('Unit | Models', function () {
// Arrange
const testData = {
load: {
accessToken: 'fakeAccessToken',
id: 1
}
};