mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Fixes linting errors
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user