Skip to content

Commit

Permalink
no id in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Sep 4, 2020
1 parent 19eb065 commit 3e598fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/test/api_integration/apis/logstash/pipeline/save.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function ({ getService }: FtrProviderContext) {
.put('/api/logstash/pipeline/fast_generator')
.set('kbn-xsrf', 'xxx')
.send({
id: 'fast_generator',
description: 'foobar baz',
pipeline: 'input { generator {} }\n\n output { stdout {} }',
})
Expand Down

0 comments on commit 3e598fb

Please sign in to comment.