优化测试用例

This commit is contained in:
everywhere.z
2024-04-03 11:41:02 +08:00
parent 7aefd1e21e
commit 517d4aad75

View File

@@ -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());
}