Skip to content

Commit

Permalink
feat: add body field
Browse files Browse the repository at this point in the history
  • Loading branch information
wuranxu committed Jan 31, 2024
1 parent e2a9662 commit 55af383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Executor(object):
el_exp = r"\$\{(.+?)\}"
pattern = re.compile(el_exp)
# 需要替换全局变量的字段
fields = ['url', 'request_headers']
fields = ['body', 'url', 'request_headers']

def __init__(self, log: CaseLog = None):
# 这里是一个彩蛋, 奔驰大G LB(括弧1.3T)
Expand Down

0 comments on commit 55af383

Please sign in to comment.