mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
fix job status ui unit test
This commit is contained in:
@@ -391,7 +391,7 @@ describe('Controller: jobResultsController', () => {
|
|||||||
status: 'finished'
|
status: 'finished'
|
||||||
};
|
};
|
||||||
$rScope.$broadcast('ws-jobs', eventPayload);
|
$rScope.$broadcast('ws-jobs', eventPayload);
|
||||||
expect($scope.job.status).toBe(eventPayload.status);
|
expect($scope.job_status).toBe(eventPayload.status);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user