mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
fix: HostEventModel test
This commit is contained in:
@@ -97,6 +97,13 @@ const hostEventWithArray = {
|
|||||||
task: 'command',
|
task: 'command',
|
||||||
type: 'job_event',
|
type: 'job_event',
|
||||||
url: '/api/v2/job_events/123/',
|
url: '/api/v2/job_events/123/',
|
||||||
|
summary_fields: {
|
||||||
|
host: {
|
||||||
|
id: 1,
|
||||||
|
name: 'foo',
|
||||||
|
description: 'Bar',
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/* eslint-disable no-useless-escape */
|
/* eslint-disable no-useless-escape */
|
||||||
|
|||||||
Reference in New Issue
Block a user