fix(接口测试): 修复修改API路径,引用用例的场景中的用例的路径没有修改的缺陷

--bug=1010640 --user=王孝刚 【接口测试】github#11026,修改API路径,引用用例的场景中的用例的路径没有修改
https://www.tapd.cn/55049933/s/1110605
This commit is contained in:
wxg0103 2022-02-25 18:57:01 +08:00 committed by 刘瑞斌
parent 5117d6a0cb
commit d1350de0a1
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ public class MsHashTreeService {
BeanUtils.copyBean(element, refElement); BeanUtils.copyBean(element, refElement);
element.put(HEADERS, refElement.get(HEADERS)); element.put(HEADERS, refElement.get(HEADERS));
element.put(REST, refElement.get(REST)); element.put(REST, refElement.get(REST));
element.put(PATH, refElement.get(PATH));
element.put(BODY, refElement.get(BODY)); element.put(BODY, refElement.get(BODY));
element.put(AUTH_MANAGER, refElement.get(AUTH_MANAGER)); element.put(AUTH_MANAGER, refElement.get(AUTH_MANAGER));
element.put(ARGUMENTS, refElement.get(ARGUMENTS)); element.put(ARGUMENTS, refElement.get(ARGUMENTS));