Skip to content

Commit 2451432

Browse files
committed
[ADDENDUM] HBASE-28832 Fixed TestInfoServersACL test (apache#6571)
* 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 43f728c)
1 parent f2f400e commit 2451432

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)