mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
fix: change __step_datas default value to []
This commit is contained in:
@@ -45,7 +45,7 @@ class HttpRunner(object):
|
||||
__project_meta: ProjectMeta = None
|
||||
__case_id: Text = ""
|
||||
__export: List[Text] = []
|
||||
__step_datas: List[StepData] = None
|
||||
__step_datas: List[StepData] = []
|
||||
__session: HttpSession = None
|
||||
__session_variables: VariablesMapping = {}
|
||||
# time
|
||||
|
||||
Reference in New Issue
Block a user