Skip to content

Commit

Permalink
修复retry参数在schema中的多重定义 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan authored Jan 27, 2024
1 parent 32a48d2 commit 980cc80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion httpfpt/schemas/case_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class StepsRequestData(BaseModel):
body_type: Literal['form', 'x_form', 'binary', 'GraphQL', 'text', 'js', 'json', 'html', 'xml'] | None
body: Any | None
files: Dict[str, str | List[str]] | None
retry: int | None = None


class SetupTestCaseData(BaseModel):
Expand Down

0 comments on commit 980cc80

Please sign in to comment.