fix(接口测试): 导出用例时不再导出最后一次运行结果

--bug=1046883 --user=宋天阳 【接口测试】接口导出-metersphere格式-case-导出了执行结果 https://www.tapd.cn/55049933/s/1582778
This commit is contained in:
Jianguo-Genius 2024-09-20 17:49:08 +08:00 committed by 建国
parent 6791bd28cc
commit c372e44f9b
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ public class MetersphereExportParser {
dto.setName(apiTestCaseWithBlob.getName()); dto.setName(apiTestCaseWithBlob.getName());
dto.setPriority(apiTestCaseWithBlob.getPriority()); dto.setPriority(apiTestCaseWithBlob.getPriority());
dto.setStatus(apiTestCaseWithBlob.getStatus()); dto.setStatus(apiTestCaseWithBlob.getStatus());
dto.setLastReportStatus(apiTestCaseWithBlob.getLastReportStatus());
dto.setTags(apiTestCaseWithBlob.getTags()); dto.setTags(apiTestCaseWithBlob.getTags());
dto.setRequest(ApiDataUtils.parseObject(new String(apiTestCaseWithBlob.getRequest()), AbstractMsTestElement.class)); dto.setRequest(ApiDataUtils.parseObject(new String(apiTestCaseWithBlob.getRequest()), AbstractMsTestElement.class));
detail.getApiTestCaseList().add(dto); detail.getApiTestCaseList().add(dto);