Skip to content

Commit

Permalink
Rename pipeline in yaml rest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman committed Feb 21, 2024
1 parent 571aac6 commit 1eec593
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
teardown:
- do:
ingest.delete_pipeline:
id: "1"
id: "uri-parts-pipeline"
ignore: 404

---
"Test URI parts Processor":
- do:
ingest.put_pipeline:
id: "1"
id: "uri-parts-pipeline"
body: >
{
"processors": [
Expand All @@ -26,7 +26,7 @@ teardown:
index:
index: test
id: "1"
pipeline: "1"
pipeline: "uri-parts-pipeline"
body: {
my_uri: "https://user:[email protected]:8080/foo/bar.txt?foo1=bar1&foo2=bar2#anchorVal"
}
Expand Down

0 comments on commit 1eec593

Please sign in to comment.