增加监控测试的测试用例

This commit is contained in:
bryan31 2022-01-20 12:28:47 +08:00
parent ec4e9aefe8
commit 6b41f3c485
1 changed files with 1 additions and 1 deletions

View File

@ -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());