Skip to content

Commit

Permalink
修复测试用例teardown执行策略 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan authored Dec 22, 2023
1 parent d939b79 commit 19f5700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpfpt/utils/request/request_data_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def setup_wait_time(self) -> Union[int, None]:
@property
def is_teardown(self) -> bool:
try:
teardown = self.request_data['test_steps']['setup']
teardown = self.request_data['test_steps']['teardown']
except _RequestDataParamGetError:
return False
else:
Expand Down

0 comments on commit 19f5700

Please sign in to comment.