summaryrefslogtreecommitdiff
path: root/plugins/ingest-attachment
diff options
context:
space:
mode:
authorpolyfractal <zacharyjtong@gmail.com>2016-05-17 16:39:35 -0400
committerpolyfractal <zacharyjtong@gmail.com>2016-05-17 16:39:53 -0400
commit72094feb12b5cae9f204b0657ceca6bf00b39779 (patch)
tree76f651b7267e2ba7a7b7198ec69530f047b50132 /plugins/ingest-attachment
parent3042a77d2b6024c9b79c2a92abc212d535317797 (diff)
[TEST] Add missing sort processor to tests, continued
Diffstat (limited to 'plugins/ingest-attachment')
-rw-r--r--plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml b/plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml
index 697ad558bb..7546090d6a 100644
--- a/plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml
+++ b/plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml
@@ -21,7 +21,8 @@
- match: { nodes.$master.ingest.processors.10.type: remove }
- match: { nodes.$master.ingest.processors.11.type: rename }
- match: { nodes.$master.ingest.processors.12.type: set }
- - match: { nodes.$master.ingest.processors.13.type: split }
- - match: { nodes.$master.ingest.processors.14.type: trim }
- - match: { nodes.$master.ingest.processors.15.type: uppercase }
+ - match: { nodes.$master.ingest.processors.13.type: sort }
+ - match: { nodes.$master.ingest.processors.14.type: split }
+ - match: { nodes.$master.ingest.processors.15.type: trim }
+ - match: { nodes.$master.ingest.processors.16.type: uppercase }