spacemonkd opened a new pull request, #913: URL: https://github.com/apache/ranger/pull/913
## What changes were proposed in this pull request? Currently TestRangerOzoneAuthorizer passes the arguments directly to the Ozone RequestContext construcutor. Example [here](https://github.com/apache/ranger/blob/b8eb7b4d4d9d62dbb59bb82560dc915d45f7bbb1/plugin-ozone/src/test/java/org/apache/ranger/authorization/ozone/authorizer/TestRangerOzoneAuthorizer.java#L111) However on Ozone as part of [PR #9493](https://github.com/apache/ozone/pull/9493) we have updated the constructor to accept a Builder instance. These tests need to be updated to pass this builder instead of direct arguments ## How was this patch tested? Patch was tested by running this test -- 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]
