yyqdbngt opened a new pull request, #3918: URL: https://github.com/apache/rocketmq-dashboard/pull/3918
### Motivation The `CreateAclUserDTO` behind the ACL account form had no unit coverage for its required-field validation or its VO conversion. This PR adds the first three cases. ### Changes - A missing username produces its required-field message. - `toAclUserVO` carries the account fields (username, admin flag, cluster bindings). - Tencent role permissions (`permRead`/`permWrite`) round-trip into the VO. ### Verification - `mvn -B test -Dtest=CreateAclUserDTOTest`: 3/3 passed, BUILD SUCCESS -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
