fix(接口定义): 修复测试报告删除用例失败的缺陷
--bug=1015143 --user=王孝刚 【接口测试】删除用例报告报错了 https://www.tapd.cn/55049933/s/1206483
This commit is contained in:
parent
205223195b
commit
9e6b15381b
|
@ -622,7 +622,7 @@ public class ApiScenarioReportService {
|
|||
|
||||
deleteScenarioReportResource(request.getId());
|
||||
|
||||
deleteApiDefinitionResult(report.getId());
|
||||
deleteApiDefinitionResult(request.getId());
|
||||
|
||||
// 补充逻辑,如果是集成报告则把零时报告全部删除
|
||||
if (report != null && StringUtils.isNotEmpty(report.getScenarioId())) {
|
||||
|
|
Loading…
Reference in New Issue