Technoboy- commented on a change in pull request #3417:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3417#discussion_r475065247
##########
File path:
dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/UsersServiceTest.java
##########
@@ -434,9 +409,8 @@ public void testUnauthorizedUser(){
Assert.assertEquals(Status.SUCCESS, result.get(Constants.STATUS));
}
-
@Test
- public void testAuthorizedUser(){
+ public void testAuthorizedUser() {
Review comment:
User @SneakyThrows in case of catch exception to clean code.
----------------------------------------------------------------
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]