mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 12:09:13 +08:00
refactor(测试计划): 脑图保存同名校验单元测试补充
This commit is contained in:
parent
12719e6774
commit
6f5b9c740b
@ -120,6 +120,7 @@ public class TestPlanCollectionMinderControllerTests extends BaseTest {
|
|||||||
Assertions.assertTrue(CollectionUtils.isNotEmpty(testPlanCollections));
|
Assertions.assertTrue(CollectionUtils.isNotEmpty(testPlanCollections));
|
||||||
editList = new ArrayList<>();
|
editList = new ArrayList<>();
|
||||||
editList.add(deleteDTO);
|
editList.add(deleteDTO);
|
||||||
|
editList.add(deleteDTO);
|
||||||
request.setEditList(editList);
|
request.setEditList(editList);
|
||||||
this.requestPost(EDIT_MIND, request).andExpect(status().is5xxServerError());;
|
this.requestPost(EDIT_MIND, request).andExpect(status().is5xxServerError());;
|
||||||
testPlanCollectionExample = new TestPlanCollectionExample();
|
testPlanCollectionExample = new TestPlanCollectionExample();
|
||||||
|
Loading…
Reference in New Issue
Block a user