mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
fix job status ui unit test
This commit is contained in:
parent
85264cb01a
commit
a700364c8d
@ -391,7 +391,7 @@ describe('Controller: jobResultsController', () => {
|
||||
status: 'finished'
|
||||
};
|
||||
$rScope.$broadcast('ws-jobs', eventPayload);
|
||||
expect($scope.job.status).toBe(eventPayload.status);
|
||||
expect($scope.job_status).toBe(eventPayload.status);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user