fix(接口定义): 修复测试计划case列表页执行结果状态与接口定义case不一致的缺陷 (#18117)

--bug=1016846 --user=王孝刚 【接口测试】测试计划中接口CASE和接口定义中的CASE“执行结果”列表不一致
https://www.tapd.cn/55049933/s/1248260

Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
MeterSphere Bot 2022-09-21 17:12:42 +08:00 committed by GitHub
parent 6afdaec535
commit 35276f0558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export const REQUIRED = [
export const RESULT_MAP = new Map([
['success', '通过'],
['error', '未通过'],
['error', '失败'],
['default', '未执行'],
['errorReportResult', '误报']
]);