yyqdbngt opened a new pull request, #3470: URL: https://github.com/apache/rocketmq-dashboard/pull/3470
### Summary `settings` mixes general settings (load/save/test-notification) with data-source CRUD. The suite covered the data-source paths only. ### Changes - `getGeneralSettings` loads the general settings payload - `saveGeneralSettings` posts a payload stripped of the read-only `*Configured` flags and of a blank `apiKey` - `testNotification` posts with the selected channel as a query parameter ### Testing `vitest run src/api/settings.test.ts` passes: 6 tests, 0 failures (up from 3). `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]
