mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-10 10:19:38 +08:00
fix: do not strip string content when preparing lazy data
This commit is contained in:
@@ -776,7 +776,6 @@ def prepare_lazy_data(content, functions_mapping=None, check_variables_set=None,
|
||||
|
||||
functions_mapping = functions_mapping or {}
|
||||
check_variables_set = check_variables_set or set()
|
||||
content = content.strip()
|
||||
content = LazyString(content, functions_mapping, check_variables_set, cached)
|
||||
|
||||
return content
|
||||
|
||||
Reference in New Issue
Block a user