|
@@ -167,8 +167,7 @@ public class InstanceIdELSpringTest 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());
|
|
|
List<String> extractStrings = extractValuesList(instancePath);
|