mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Fixes linting errors
This commit is contained in:
parent
d285261697
commit
c0f9ee5e6e
@ -35,11 +35,10 @@ describe('View: Split Jobs List', () => {
|
||||
get: (str) => {
|
||||
if (str === 'list.SLICE_JOB') {
|
||||
return 'Slice Job';
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
return '';
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
ProcessErrors = jasmine.createSpy('ProcessErrors');
|
||||
Wait = jasmine.createSpy('Wait');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user