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:
Родитель
8a57e9da9f
Коммит
1b33dd1a8a
|
@ -243,6 +243,7 @@ describe('Unit | Models', function () {
|
|||
// Arrange
|
||||
const testData = {
|
||||
load: {
|
||||
accessToken: 'fakeAccessToken',
|
||||
id: 1
|
||||
}
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче