Skip to content

Commit 71e1d36

Browse files
committed
HBASE-28832 Fixed TestInfoServersACL test
There were some changes in the Bootstrap upgrade which caused the test to fail because the test expected certain text to appear on the UI page. (cherry picked from commit eba6a85)
1 parent 02e93c0 commit 71e1d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestInfoServersACL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public Void run() throws Exception {
193193

194194
@Test
195195
public void testTableActionsAvailableForAdmins() throws Exception {
196-
final String expectedAuthorizedContent = "Actions:";
196+
final String expectedAuthorizedContent = "Actions";
197197
UserGroupInformation admin = UserGroupInformation
198198
.loginUserFromKeytabAndReturnUGI(USER_ADMIN_STR, KEYTAB_FILE.getAbsolutePath());
199199
admin.doAs(new PrivilegedExceptionAction<Void>() {

0 commit comments

Comments
 (0)