fix(UI自动化): 测试计划关联UI全部场景失败

--bug=1018238 --user=张大海 【测试跟踪】测试计划-UI测试用例-关联-选择所有数据-关联失败 https://www.tapd.cn/55049933/s/1265131
This commit is contained in:
zhangdahai112 2022-10-17 20:19:47 +08:00 committed by zhangdahai112
parent 76c1c845cf
commit b86dff7e9d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export function testPlanUiScenarioRelevanceList(page, param) {
}
export function testPlanUiScenarioRelevanceListIds(param) {
return post(BASE_URL + 'relevance/ids', param);
return post(BASE_URL + 'relevance/list/ids', param);
}
export function testPlanUiScenarioEnv(param) {