增加监控测试的测试用例
This commit is contained in:
parent
ec4e9aefe8
commit
6b41f3c485
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue