fix(接口测试): 修复引用用例路径未同步更新问题
--bug=1009458 --user=赵勇 [github #9029 #9029] api url修改之后,case等显示都正常,在实际的场景中发出去的请求url还是老的 https://www.tapd.cn/55049933/s/1089355
This commit is contained in:
parent
afa5d439ef
commit
64b5ca9ed9
|
@ -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());
|
||||||
|
|
Loading…
Reference in New Issue