yyqdbngt opened a new pull request, #3588:
URL: https://github.com/apache/rocketmq-dashboard/pull/3588

   ### Summary
   
   Deepens `K8sCertControllerTest` with the happy paths of the three cert write 
endpoints; the suite previously only exercised their validation failures.
   
   ### Changes
   
   - 
`server/src/test/java/org/apache/rocketmq/studio/cluster/k8s/K8sCertControllerTest.java`
     - `updateCertShouldReturnUpdatedCert`: POST /update returns the updated 
certificate.
     - `renewCertShouldReturnRenewedCert`: POST /renew returns the renewed 
certificate.
     - `deleteCertShouldReturnSuccess`: POST /delete returns a success envelope.
   
   Suite grows from 11 to 14 tests.
   
   ### Testing
   
   - `mvn -B test -Dtest=K8sCertControllerTest` passes (14 tests, all green).


-- 
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]

Reply via email to