pusl6 commented on code in PR #15933:
URL:
https://github.com/apache/dolphinscheduler/pull/15933#discussion_r1617027966
##########
dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/UiPluginControllerTest.java:
##########
@@ -53,6 +63,8 @@ public class UiPluginControllerTest extends
AbstractControllerTest {
private static final ImmutableMap<String, Object> uiPluginServiceResult =
ImmutableMap.of(Constants.STATUS, Status.SUCCESS,
Constants.DATA_LIST, "Test Data");
+ private static final Logger logger =
LoggerFactory.getLogger(TenantControllerTest.class);
+
Review Comment:
>
Okay, I have removed the code from the places you mentioned
--
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]