mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-25 01:59:52 +08:00
fix: typo
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
@Date : 2022/4/7
|
@Date : 2022/4/7
|
||||||
@File : request_with_retry.py
|
@File : request_with_retry.py
|
||||||
@Author : duanchao.bill
|
@Author : duanchao.bill
|
||||||
@Desc :
|
@Desc :
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ class RunTestCase(object):
|
|||||||
self.__step.variables.update(variables)
|
self.__step.variables.update(variables)
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def with_retry(self, retry_times, retry_interval) -> "RunRequest":
|
def with_retry(self, retry_times, retry_interval) -> "RunTestCase":
|
||||||
self.__step.retry_times = retry_times
|
self.__step.retry_times = retry_times
|
||||||
self.__step.retry_interval = retry_interval
|
self.__step.retry_interval = retry_interval
|
||||||
return self
|
return self
|
||||||
|
|||||||
Reference in New Issue
Block a user