jhsenjaliya commented on pull request #3157: URL: https://github.com/apache/incubator-gobblin/pull/3157#issuecomment-733470271
in the test class, I ideally wanted to mock up the `addDelegationToken` method for the `Filesystem` so that It can provide the mock'ed up tokens. but because Gobblin uses very old version of `mockito`, it can not mock up static methods. I tried `powerMockito` as well but it didnt work. so for now I have mock up the entire method `getNewDelegationTokenForLoginUser`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
