mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-28 11:01:30 +08:00
refactor: rename TestCaseInOut field
This commit is contained in:
@@ -99,8 +99,8 @@ class TestCaseTime(BaseModel):
|
||||
|
||||
|
||||
class TestCaseInOut(BaseModel):
|
||||
vars: VariablesMapping = {}
|
||||
export: Dict = {}
|
||||
config_vars: VariablesMapping = {}
|
||||
export_vars: Dict = {}
|
||||
|
||||
|
||||
class RequestStat(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user