fix(接口测试): 修复全局认证失败问题

This commit is contained in:
fit2-zhao 2021-12-23 16:09:57 +08:00 committed by fit2-zhao
parent 8b5f9a1804
commit 94c535cc43
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ public class MsHTTPSamplerProxy extends MsTestElement {
}
if (this.authManager != null) {
this.authManager.setAuth(tree, this.authManager, sampler);
this.authManager.setAuth(httpSamplerTree, this.authManager, sampler);
}
addCertificate(config, httpSamplerTree);