samz406 opened a new pull request #1644: modify UdfFuncServiceTest UT by mock URL: https://github.com/apache/incubator-dolphinscheduler/pull/1644 ## What is the purpose of the pull request For #1465 modify UdfFuncServiceTest UT By mock **modify class** UdfFuncServiceTest **modify api pom** ``` <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito2</artifactId> <scope>test</scope> <exclusions> <exclusion> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </exclusion> </exclusions> </dependency> ``` **modify root pom** `<include>**/api/service/UdfFuncServiceTest.java</include> `
---------------------------------------------------------------- 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] With regards, Apache Git Services
