mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ingest client] fixes invalid-set-processor simulate test
This commit is contained in:
parent
1ca3d27025
commit
91be043bc3
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ define(function (require) {
|
|||
processors: [{
|
||||
processor_id: 'processor1',
|
||||
type_id: 'set',
|
||||
value: 'bar'
|
||||
value: 'bar',
|
||||
target_field: 42
|
||||
}]
|
||||
})
|
||||
.expect(400)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue