增加漏掉的测试用例

This commit is contained in:
everywhere.z
2023-03-03 10:31:26 +08:00
parent 435a17fed1
commit d67d79d852

View File

@@ -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() {