fix(接口测试): 修复全局认证失败问题
This commit is contained in:
parent
8b5f9a1804
commit
94c535cc43
|
@ -270,7 +270,7 @@ public class MsHTTPSamplerProxy extends MsTestElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.authManager != null) {
|
if (this.authManager != null) {
|
||||||
this.authManager.setAuth(tree, this.authManager, sampler);
|
this.authManager.setAuth(httpSamplerTree, this.authManager, sampler);
|
||||||
}
|
}
|
||||||
|
|
||||||
addCertificate(config, httpSamplerTree);
|
addCertificate(config, httpSamplerTree);
|
||||||
|
|
Loading…
Reference in New Issue