修复断言匹配规则bug

This commit is contained in:
q4speed 2020-05-15 11:23:31 +08:00
parent d02aca33af
commit 36998d0243
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ class JMXGenerator {
getAssertion(regex) {
let name = regex.description;
let type = JMX_ASSERTION_CONDITION.MATCH; // 固定用Match自己写正则
let type = JMX_ASSERTION_CONDITION.CONTAINS; // 固定用Match自己写正则
let value = regex.expression;
switch (regex.subject) {
case ASSERTION_REGEX_SUBJECT.RESPONSE_CODE: