SQL: fix the security index name in audit tests
Original commit: elastic/x-pack-elasticsearch@1155d24e24
This commit is contained in:
parent
a72879acb2
commit
6e9c83a7b5
|
@ -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++));
|
||||
|
|
Loading…
Reference in New Issue