ETCD存储代码优化

This commit is contained in:
everywhere.z
2022-11-27 17:27:18 +08:00
parent eff6243b54
commit daa36d40a0
4 changed files with 38 additions and 33 deletions

View File

@@ -50,7 +50,7 @@ public class SQLWithXmlELSpringbootTest extends BaseTest {
}
@Test
public void testSQLWithScriptXml() {
public void testSQLWithScriptXml() {
LiteflowResponse response = flowExecutor.execute2Resp("chain3", "arg");
Assert.assertTrue(response.isSuccess());
Assert.assertEquals("x0[if 脚本]==>a==>b", response.getExecuteStepStrWithoutTime());