fix(接口测试): 修复引用用例路径未同步更新问题

--bug=1009458 --user=赵勇 [github #9029 #9029] api url修改之后,case等显示都正常,在实际的场景中发出去的请求url还是老的 https://www.tapd.cn/55049933/s/1089355
This commit is contained in:
fit2-zhao 2022-01-04 11:07:20 +08:00 committed by 刘瑞斌
parent afa5d439ef
commit 64b5ca9ed9
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ public class MsHTTPSamplerProxy extends MsTestElement {
} else { } else {
this.setHashTree(proxy.getHashTree()); this.setHashTree(proxy.getHashTree());
} }
this.setPath(proxy.getPath());
this.setMethod(proxy.getMethod()); this.setMethod(proxy.getMethod());
this.setBody(proxy.getBody()); this.setBody(proxy.getBody());
this.setRest(proxy.getRest()); this.setRest(proxy.getRest());