mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
fix: HostEventModel test
This commit is contained in:
parent
8e2003a36b
commit
5551874352
@ -97,6 +97,13 @@ const hostEventWithArray = {
|
||||
task: 'command',
|
||||
type: 'job_event',
|
||||
url: '/api/v2/job_events/123/',
|
||||
summary_fields: {
|
||||
host: {
|
||||
id: 1,
|
||||
name: 'foo',
|
||||
description: 'Bar',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/* eslint-disable no-useless-escape */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user