vyommani commented on code in PR #872: URL: https://github.com/apache/ranger/pull/872#discussion_r3137141057
########## agents-common/src/test/java/org/apache/ranger/plugin/model/validation/TestRangerServiceDefHelper.java: ########## @@ -43,9 +47,16 @@ import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertSame; import static org.junit.jupiter.api.Assertions.assertTrue; +import static org.mockito.Mockito.lenient; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; +/** +* @generated by Cursor Review Comment: This is old test if i understood correctly , Do we need to put comment that it is generated by Curser ? -- 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]
