This is an automated email from the ASF dual-hosted git repository.

gaojun2048 pushed a commit to branch alert_plugin_design
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/alert_plugin_design by this 
push:
     new 3996ba8  [test] test plugin loader
3996ba8 is described below

commit 3996ba8d8fa335e1f4ead745a9eaf2559ac4cbab
Author: gaojun2048 <[email protected]>
AuthorDate: Wed Nov 25 17:31:06 2020 +0800

    [test] test plugin loader
---
 .../apache/dolphinscheduler/alert/plugin/DolphinPluginLoaderTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dolphinscheduler-alert/src/test/java/org/apache/dolphinscheduler/alert/plugin/DolphinPluginLoaderTest.java
 
b/dolphinscheduler-alert/src/test/java/org/apache/dolphinscheduler/alert/plugin/DolphinPluginLoaderTest.java
index b9d3d1a..3037508 100644
--- 
a/dolphinscheduler-alert/src/test/java/org/apache/dolphinscheduler/alert/plugin/DolphinPluginLoaderTest.java
+++ 
b/dolphinscheduler-alert/src/test/java/org/apache/dolphinscheduler/alert/plugin/DolphinPluginLoaderTest.java
@@ -52,7 +52,6 @@ public class DolphinPluginLoaderTest {
         } catch (Exception e) {
             throw new RuntimeException("load Alert Plugin Failed !", e);
         }
-
         
Assert.assertNotNull(alertPluginManager.getAlertChannelFactoryMap().get("email 
alert"));
     }
 }

Reply via email to