Skip to content

Commit 43f728c

Browse files
authored
[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.
1 parent 82806f8 commit 43f728c

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)