mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-21 08:10:24 +08:00
Merge branch 'master' into mail
This commit is contained in:
@@ -49,7 +49,7 @@ def parse_variables(content, variable_mapping):
|
||||
# content contains one or many variables
|
||||
content = content.replace(
|
||||
"${}".format(variable_name),
|
||||
str(variable_value)
|
||||
str(variable_value), 1
|
||||
)
|
||||
|
||||
return content
|
||||
|
||||
Reference in New Issue
Block a user