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 82806f8 commit 43f728cCopy full SHA for 43f728c
hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestInfoServersACL.java
@@ -193,7 +193,7 @@ public Void run() throws Exception {
193
194
@Test
195
public void testTableActionsAvailableForAdmins() throws Exception {
196
- final String expectedAuthorizedContent = "Actions:";
+ final String expectedAuthorizedContent = "Actions";
197
UserGroupInformation admin = UserGroupInformation
198
.loginUserFromKeytabAndReturnUGI(USER_ADMIN_STR, KEYTAB_FILE.getAbsolutePath());
199
admin.doAs(new PrivilegedExceptionAction<Void>() {
0 commit comments