Skip to content

Commit

Permalink
更新请求数据返回时case_id的调用 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan authored Jan 27, 2024
1 parent 980cc80 commit 716d61a
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 @@ -707,7 +707,7 @@ def get_request_data_parsed(self, relate_log: bool = False) -> dict:
'retry': self.retry,
'module': self.module,
'name': self.name,
'case_id': self.case_id,
'case_id': case_id,
'description': self.description,
'method': self.method,
'url': self.url,
Expand Down

0 comments on commit 716d61a

Please sign in to comment.