mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-16 19:35:22 +08:00
增加测试用例
This commit is contained in:
@@ -43,4 +43,10 @@ public class ScriptPythonCommonELTest extends BaseTest {
|
||||
Assertions.assertEquals("hi,jack", context.getData("td"));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCommon2() {
|
||||
LiteflowResponse response = flowExecutor.execute2Resp("chain2", "arg");
|
||||
Assertions.assertTrue(response.isSuccess());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user