mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
For #I8MW6Q, 完善测试用例
This commit is contained in:
@@ -79,7 +79,7 @@ public class LiteFlowJavaScriptRemoveELTest extends BaseTest {
|
||||
Assertions.assertEquals(Integer.valueOf(5), context.getData("s2"));
|
||||
|
||||
// 卸载节点
|
||||
FlowBus.removeNode("s2");
|
||||
FlowBus.unloadScriptNode("s2");
|
||||
|
||||
// 旧 chain 报脚本加载错误
|
||||
response = flowExecutor.execute2Resp("chain2", "arg");
|
||||
|
||||
Reference in New Issue
Block a user