You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ga...@apache.org on 2020/11/25 09:34:26 UTC

[incubator-dolphinscheduler] branch alert_plugin_design updated: [test] test plugin loader

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 <54...@qq.com>
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"));
     }
 }