sql 插件补充单元测试

This commit is contained in:
gaibu 2023-09-29 10:11:38 +08:00
parent 75566e98f0
commit 1454236ef3
1 changed files with 0 additions and 4 deletions

View File

@ -106,10 +106,6 @@ public class SQLWithXmlELSpringbootPollingTest extends BaseTest {
Assertions.assertEquals("a==>x3[x3脚本]", response.getExecuteStepStrWithoutTime());
Assertions.assertEquals("hello", context.getData("test"));
// TODO 删除脚本
deleteScriptData();
Thread.sleep(4000);
flowExecutor.execute2Resp("chain6", "arg");
}
/**