Skip to content

Commit b3ce128

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 882619c commit b3ce128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)