mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
ETCD存储代码优化
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user