Skip to content

Commit 0c7182b

Browse files
committed
remove another wrong id usage
1 parent 3e598fb commit 0c7182b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • x-pack/test/api_integration/apis/logstash/pipeline

x-pack/test/api_integration/apis/logstash/pipeline/delete.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default function ({ getService }: FtrProviderContext) {
1818
.put('/api/logstash/pipeline/fast_generator')
1919
.set('kbn-xsrf', 'xxx')
2020
.send({
21-
id: 'fast_generator',
2221
description: 'foobar baz',
2322
pipeline: 'input { generator {} }\n\n output { stdout {} }',
2423
})

0 commit comments

Comments
 (0)