mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
增加监控测试的测试用例
This commit is contained in:
@@ -31,7 +31,7 @@ public class MonitorSpringbootTest extends BaseTest {
|
||||
private FlowExecutor flowExecutor;
|
||||
|
||||
@Test
|
||||
public void testBase() throws Exception{
|
||||
public void testMonitor() throws Exception{
|
||||
LiteflowResponse<DefaultSlot> response = flowExecutor.execute2Resp("chain1", "arg");
|
||||
Assert.assertTrue(response.isSuccess());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user