You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "SteNicholas (via GitHub)" <gi...@apache.org> on 2024/04/03 08:16:47 UTC

Re: [PR] [Improvement] Improves the user management interface [paimon-webui]

SteNicholas commented on code in PR #148:
URL: https://github.com/apache/paimon-webui/pull/148#discussion_r1549220810


##########
paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/PermissionTest.java:
##########
@@ -54,7 +54,7 @@ public void testNoPermission() throws Exception {
                         .getResponse()
                         .getContentAsString();
 
-        R<User> r = ObjectMapperUtils.fromJSON(responseString, new TypeReference<R<User>>() {});
+        R<UserVO> r = ObjectMapperUtils.fromJSON(responseString, new TypeReference<R<UserVO>>() {});
         assertEquals(Status.SUCCESS.getCode(), r.getCode());

Review Comment:
   Asset the actual data content.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org