优化测试脚本

This commit is contained in:
everywhere.z
2022-11-02 14:36:08 +08:00
parent 06fe907404
commit b549c08532

View File

@@ -27,11 +27,11 @@
<node id="s2" name="选择脚本" type="switch_script" language="groovy">
<![CDATA[
count = defaultContext.getData("count");
count = defaultContext.getData("count")
if(count > 100){
return "a";
return "a"
}else{
return "b";
return "b"
}
]]>
</node>