Skip to content

Commit

Permalink
Input should be a string not a single element array of string
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Aug 26, 2024
1 parent d1dc350 commit e951787
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ prologues:
refresh: true
request:
payload:
number_string:
- 'zero,one,two,three'
number_string: 'zero,one,two,three'
status: [201]
epilogues:
- path: /_search/pipeline/numbers_pipeline
Expand Down Expand Up @@ -65,8 +64,7 @@ chapters:
hits:
- _index: numbers
_source:
number_string:
- 'zero,one,two,three'
number_string: 'zero,one,two,three'
number_strings:
# eslint-disable yml/sort-sequence-values
- zero
Expand Down

0 comments on commit e951787

Please sign in to comment.