mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 14:29:44 +08:00
fix: failed to use parameters in reference testcase
This commit is contained in:
@@ -55,7 +55,7 @@ class SessionRunner(object):
|
||||
def __init(self):
|
||||
init_logger()
|
||||
self.__config = self.config.struct()
|
||||
self.__session_variables = {}
|
||||
self.__session_variables = self.__session_variables or {}
|
||||
self.__start_at = 0
|
||||
self.__duration = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user