Skip to content

Commit

Permalink
precomit
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Apr 15, 2024
1 parent 9e2bcc7 commit d6f1b71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ public void testCrossClusterAccessWithInvalidRoleDescriptors() {
assertThat(
actual.getMessage(),
equalTo(
"Role descriptor for cross cluster access can only contain index and " +
"cluster privileges but other privileges found for subject ["
"Role descriptor for cross cluster access can only contain index and "
+ "cluster privileges but other privileges found for subject ["
+ expectedPrincipal
+ "]"
)
Expand Down

0 comments on commit d6f1b71

Please sign in to comment.