mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 05:19:38 +08:00
change: rename TestCaseInOut field
This commit is contained in:
@@ -93,7 +93,7 @@ class TestCaseTime(BaseModel):
|
||||
|
||||
class TestCaseInOut(BaseModel):
|
||||
vars: VariablesMapping = {}
|
||||
out: Export = []
|
||||
export: Dict = {}
|
||||
|
||||
|
||||
class RequestStat(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user