SQL: fix the security index name in audit tests

Original commit: elastic/x-pack-elasticsearch@1155d24e24
This commit is contained in:
Igor Motov 2017-11-08 12:12:16 -05:00
parent a72879acb2
commit 6e9c83a7b5
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ public abstract class SqlSecurityTestCase extends ESRestTestCase {
* drops them from the interface. So we might have access to them, but we don't show
* them. */
indices.remove(".security");
indices.remove(".security-v6");
indices.remove(".security-6");
}
log.put("indices", indices);
log.put("request", m.group(i++));