Skip to content

Commit

Permalink
parameterize pipeline name
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Oct 13, 2023
1 parent 78ad325 commit 4af404d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/processor/SparseEncodingIndexMappings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"settings":{
"default_pipeline": "pipeline-sparse-encoding"
"default_pipeline": "%s"
},
"mappings": {
"properties": {
Expand All @@ -23,4 +23,4 @@
}
}
}
}
}

0 comments on commit 4af404d

Please sign in to comment.