[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:
Ali Beyad 2017-01-18 12:34:12 -05:00
parent 159bf63cd4
commit db129051c8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ setup:
"privileges": ["all"],
"query" : {
"template" : {
"id" : "1"
"stored" : "1"
}
}
}