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