From 980cc80362e9db4ad989949ea4c1f1705e47828a Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Sat, 27 Jan 2024 18:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dretry=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=9C=A8schema=E4=B8=AD=E7=9A=84=E5=A4=9A=E9=87=8D=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=20(#116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- httpfpt/schemas/case_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/httpfpt/schemas/case_data.py b/httpfpt/schemas/case_data.py index 4093a9b..aa7150f 100644 --- a/httpfpt/schemas/case_data.py +++ b/httpfpt/schemas/case_data.py @@ -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):