sql 插件补充单元测试
This commit is contained in:
parent
75566e98f0
commit
1454236ef3
|
@ -106,10 +106,6 @@ public class SQLWithXmlELSpringbootPollingTest extends BaseTest {
|
||||||
Assertions.assertEquals("a==>x3[x3脚本]", response.getExecuteStepStrWithoutTime());
|
Assertions.assertEquals("a==>x3[x3脚本]", response.getExecuteStepStrWithoutTime());
|
||||||
Assertions.assertEquals("hello", context.getData("test"));
|
Assertions.assertEquals("hello", context.getData("test"));
|
||||||
|
|
||||||
// TODO 删除脚本
|
|
||||||
deleteScriptData();
|
|
||||||
Thread.sleep(4000);
|
|
||||||
flowExecutor.execute2Resp("chain6", "arg");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue