yyqdbngt opened a new pull request, #3469: URL: https://github.com/apache/rocketmq-dashboard/pull/3469
### Summary `studioUsers` lists, exports, creates and mutates Studio users. The suite covered the list and export paths only. ### Changes - `createStudioUser` posts the username/admin/password payload and returns the created user - `setStudioUserEnabled` posts the enabled flag to the per-user status endpoint - `resetStudioUserPassword` posts the new password and resolves on success ### Testing `vitest run src/api/studioUsers.test.ts` passes: 5 tests, 0 failures (up from 2). `tsc --noEmit` and `eslint` are 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]
