Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jun 30, 2020
1 parent 3827608 commit 393cef8
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions x-pack/plugins/ingest_manager/server/services/agents/acks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@ describe('test agent acks services', () => {
name: 'system-1',
type: 'logs',
use_output: 'default',
package: {
name: 'system',
version: '0.3.0',
meta: {
package: {
name: 'system',
version: '0.3.0',
},
},
dataset: {
namespace: 'default',
Expand Down Expand Up @@ -279,9 +281,11 @@ describe('test agent acks services', () => {
name: 'system-1',
type: 'logs',
use_output: 'default',
package: {
name: 'system',
version: '0.3.0',
meta: {
package: {
name: 'system',
version: '0.3.0',
},
},
dataset: {
namespace: 'default',
Expand Down

0 comments on commit 393cef8

Please sign in to comment.