fix: HostEventModel test

This commit is contained in:
Alexandre Bortoluzzi 2022-09-27 10:23:14 +02:00
parent 8e2003a36b
commit 5551874352

View File

@ -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 */