Selaa lähdekoodia

增加漏掉的测试用例

everywhere.z 2 vuotta sitten
vanhempi
säilyke
d67d79d852

+ 6 - 0
liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/asyncNode/AsyncNodeELSpringbootTest.java

@@ -54,6 +54,12 @@ public class AsyncNodeELSpringbootTest extends BaseTest {
                 ).contains(response.getExecuteStepStr()));
     }
 
+    @Test
+    public void testAsyncFlow3() {
+        LiteflowResponse response = flowExecutor.execute2Resp("chain3", "it's a base request");
+        Assert.assertTrue(response.isSuccess());
+    }
+
     //测试errorResume,默认的errorResume为false,这里测试默认的
     @Test
     public void testAsyncFlow3_1() {