We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e598fb commit 0c7182bCopy full SHA for 0c7182b
1 file changed
x-pack/test/api_integration/apis/logstash/pipeline/delete.ts
@@ -18,7 +18,6 @@ export default function ({ getService }: FtrProviderContext) {
18
.put('/api/logstash/pipeline/fast_generator')
19
.set('kbn-xsrf', 'xxx')
20
.send({
21
- id: 'fast_generator',
22
description: 'foobar baz',
23
pipeline: 'input { generator {} }\n\n output { stdout {} }',
24
})
0 commit comments