【测试用例】liteflow开启和关闭
This commit is contained in:
请叫我猿叔叔
2021-09-29 20:52:07 +08:00
parent 07e4909f7d
commit 8a94677e9a

View File

@@ -17,8 +17,8 @@ import org.springframework.test.context.junit4.SpringRunner;
/**
* 测试springboot下的enable参数
*
* @author Bryan.Zhang
* @since 2.5.10
* @author qjwyss
* @since v2.6.0
*/
@RunWith(SpringRunner.class)
@TestPropertySource(value = "classpath:/enable/application.properties")
@@ -30,7 +30,6 @@ public class LiteflowEnableSpringbootTest extends BaseTest {
@Autowired
private ApplicationContext context;
@Test
public void testEnable() {
LiteflowConfig config = context.getBean(LiteflowConfig.class);