Skip to content

Commit ca81f21

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 7c3b747 commit ca81f21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStoreTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,6 @@ public void testKibanaSystemRole() {
18581858
assertViewIndexMetadata(kibanaRole, indexName);
18591859
});
18601860

1861-
18621861
Arrays.asList("metrics-logstash." + randomAlphaOfLength(randomIntBetween(0, 13))).forEach((indexName) -> {
18631862
final IndexAbstraction indexAbstraction = mockIndexAbstraction(indexName);
18641863
assertThat(kibanaRole.indices().allowedIndicesMatcher("indices:foo").test(indexAbstraction), is(false));

0 commit comments

Comments
 (0)