We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5dbb64 commit 3b648b8Copy full SHA for 3b648b8
libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy/PolicyManagerTests.java
@@ -477,8 +477,8 @@ public void testFilesEntitlementsWithExclusive() {
477
List.of(
478
new FilesEntitlement(
479
480
- FilesEntitlement.FileData.ofPath(
481
- Path.of("/tmp/test/foo"), FilesEntitlement.Mode.READ).withExclusive(true),
+ FilesEntitlement.FileData.ofPath(Path.of("/tmp/test/foo"), FilesEntitlement.Mode.READ)
+ .withExclusive(true),
482
FilesEntitlement.FileData.ofPath(Path.of("/tmp/"), FilesEntitlement.Mode.READ)
483
)
484
0 commit comments