fixed test

This commit is contained in:
Luca Frosini 2021-05-26 12:53:29 +02:00
parent 0d0eb85644
commit b315c845e2
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class SmartExecutorPersistenceConnectorTest extends ContextTest {
List<String> plugins = new ArrayList<>();
plugins.add("hello-world-se-plugin");
List<ScheduledTask> lc = stc.getScheduledTasks(plugins, false);
List<ScheduledTask> lc = stc.getScheduledTasks(plugins, true);
logger.debug("Available Scheduled Tasks : {}", lc);
}