[TEST] fix test to use the stored field instead of id for
stored_template_role Original commit: elastic/x-pack-elasticsearch@18c9a78587
This commit is contained in:
parent
159bf63cd4
commit
db129051c8
|
@ -93,7 +93,7 @@ setup:
|
||||||
"privileges": ["all"],
|
"privileges": ["all"],
|
||||||
"query" : {
|
"query" : {
|
||||||
"template" : {
|
"template" : {
|
||||||
"id" : "1"
|
"stored" : "1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue