mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-22 17:00:17 +08:00
change: ensure upload file path absolute in parser
This commit is contained in:
@@ -334,7 +334,6 @@ def load_test_file(path):
|
||||
|
||||
"""
|
||||
raw_content = load_file(path)
|
||||
loaded_content = None
|
||||
|
||||
if isinstance(raw_content, dict):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user