mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Fix broken UI test
This commit is contained in:
committed by
Alan Rominger
parent
6fa22f5be2
commit
b143df3183
@@ -79,7 +79,6 @@ describe('<JobsEdit />', () => {
|
||||
const {
|
||||
EVENT_STDOUT_MAX_BYTES_DISPLAY,
|
||||
STDOUT_MAX_BYTES_DISPLAY,
|
||||
AWX_RUNNER_KEEPALIVE_SECONDS,
|
||||
...jobRequest
|
||||
} = mockJobSettings;
|
||||
expect(SettingsAPI.updateAll).toHaveBeenCalledWith(jobRequest);
|
||||
|
||||
Reference in New Issue
Block a user