fix: 去掉多余测试代码debugger
This commit is contained in:
parent
42aba71826
commit
97e9f8715d
|
@ -702,7 +702,6 @@
|
||||||
config: RegexExtract | JSONPathExtract | XPathExtract,
|
config: RegexExtract | JSONPathExtract | XPathExtract,
|
||||||
matchResult: Record<string, any>
|
matchResult: Record<string, any>
|
||||||
) {
|
) {
|
||||||
debugger;
|
|
||||||
condition.value.jsonPathAssertion.assertions = condition.value.jsonPathAssertion.assertions?.map((e: Param) => {
|
condition.value.jsonPathAssertion.assertions = condition.value.jsonPathAssertion.assertions?.map((e: Param) => {
|
||||||
if (e.id === activeRecord.value.id) {
|
if (e.id === activeRecord.value.id) {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue