Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Getting ready for 7.3 part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
allenyin96 committed Nov 15, 2019
1 parent b77989e commit 0a97746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class ProtectedIndicesTests extends SingleClusterTest {
// This user is mapped to all_access, but is not mapped to any protectedIndexRoles
private static final String indexAccessNoRoleUser = "indexAccessNoRoleUser";
private static final Header indexAccessNoRoleUserHeader = encodeBasicHeader(indexAccessNoRoleUser, indexAccessNoRoleUser);
private static final String generalErrorMessage = String.format("no permissions for [] and User [name=%s, roles=[], requestedTenant=null]", indexAccessNoRoleUser);
private static final String generalErrorMessage = String.format("no permissions for [] and User [name=%s, backend_roles=[], requestedTenant=null]", indexAccessNoRoleUser);
// This user is mapped to all_access and protected_index_role1
private static final String protectedIndexUser = "protectedIndexUser";
private static final Header protectedIndexUserHeader = encodeBasicHeader(protectedIndexUser, protectedIndexUser);
Expand Down

0 comments on commit 0a97746

Please sign in to comment.