fix(接口测试): 修复引用场景环境错乱问题
This commit is contained in:
parent
72ac2a9d82
commit
035391c284
|
@ -121,10 +121,8 @@ public class MsScenario extends MsTestElement {
|
|||
});
|
||||
this.setHeaders(headers);
|
||||
}
|
||||
if (element.get("environmentMap") != null) {
|
||||
this.setEnvironmentMap((Map) element.get("environmentMap"));
|
||||
}
|
||||
this.setHashTree(sourceHashTree);
|
||||
hashTree = sourceHashTree;
|
||||
}
|
||||
|
||||
} catch (Exception ex) {
|
||||
|
|
Loading…
Reference in New Issue