Răsfoiți Sursa

修改单元测试

jay li 4 luni în urmă
părinte
comite
4ec6677bb3

+ 1 - 1
liteflow-testcase-el/liteflow-testcase-el-sql-springboot/src/test/java/com/yomahub/liteflow/test/sqlInstanceId/SQLWithXmlELInstanceIdSpringbootTest.java

@@ -165,7 +165,7 @@ public class SQLWithXmlELInstanceIdSpringbootTest extends BaseTest {
 
         LiteflowResponse response = flowExecutor.execute2Resp(chainId, "arg");
         String executeStepStr = response.getExecuteStepStr();
-        Assertions.assertEquals("a==>b==>c==>a", response.getExecuteStepStr());
+        Assertions.assertTrue(response.isSuccess());
 
         String instancePath = constructInstancePath(executeStepStr, chainId);
         Assertions.assertEquals(instancePath, response.getExecuteStepStrWithInstanceId());