mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-26 10:01:28 +08:00
fix: typo
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@Date : 2022/4/7
|
||||
@File : request_with_retry.py
|
||||
@Author : duanchao.bill
|
||||
@Desc :
|
||||
@Desc :
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ class RunTestCase(object):
|
||||
self.__step.variables.update(variables)
|
||||
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_interval = retry_interval
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user