fixed test
This commit is contained in:
parent
0d0eb85644
commit
b315c845e2
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue