yyqdbngt opened a new pull request, #3894: URL: https://github.com/apache/rocketmq-dashboard/pull/3894
### Motivation The ACL API contract tests covered rules, credentials, cluster config, and plain-access config, but the user list and paged-user endpoints were never asserted at the HTTP layer. This PR adds both. ### Changes - `listAclUsers` forwards the `keyword` filter to `/acl/users` and unwraps the user array. - `pageAclUsers` forwards keyword plus `page`/`pageSize` to `/acl/users/page` and unwraps the page contract. ### Verification - `vitest run src/api/acl.test.ts`: 8/8 passed - `tsc --noEmit`: clean - `eslint src/api/acl.test.ts`: clean -- 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]
