Skip to content

Commit 6109ecb

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent f143685 commit 6109ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authz/AuthorizationServiceTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3899,8 +3899,8 @@ public void testSetExceptionOnMissingIndexWhenIgnoreUnavailable() {
38993899
assertThat(
39003900
expressions.get(1).localExpressions().exception().getMessage(),
39013901
equalTo(
3902-
"action [indices:data/read/search] is unauthorized for user [user]" +
3903-
" with effective roles [partial-access-role] on indices [not-available-index], "
3902+
"action [indices:data/read/search] is unauthorized for user [user]"
3903+
+ " with effective roles [partial-access-role] on indices [not-available-index], "
39043904
+ "this action is granted by the index privileges [read,all]"
39053905
)
39063906
);

0 commit comments

Comments
 (0)