mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
优化测试用例
This commit is contained in:
@@ -28,7 +28,7 @@ public class JsonParserELSpringbootTest extends BaseTest {
|
||||
// 测试spring场景的json parser
|
||||
@Test
|
||||
public void testJsonParser() {
|
||||
LiteflowResponse response = flowExecutor.execute2Resp("chain2", "arg");
|
||||
LiteflowResponse response = flowExecutor.execute2Resp("chain1", "arg");
|
||||
Assertions.assertTrue(response.isSuccess());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user