mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
fix: add class self-reference for variable annotations
This commit is contained in:
@@ -161,6 +161,9 @@ class StepData(BaseModel):
|
||||
data: Union[SessionData, List['StepData']] = None
|
||||
export_vars: VariablesMapping = {}
|
||||
|
||||
|
||||
StepData.update_forward_refs()
|
||||
|
||||
|
||||
class TestCaseSummary(BaseModel):
|
||||
name: Text
|
||||
|
||||
Reference in New Issue
Block a user