Skip to content

Commit fd2e275

Browse files
committed
[ADDENDUM] HBASE-28832 Fixed TestInfoServersACL test (#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 4dd44ad commit fd2e275

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)