fix: RunThriftRequest

This commit is contained in:
duanchao.bill
2022-05-04 11:11:13 +08:00
parent e7928e4995
commit 41ca0f8833

View File

@@ -189,7 +189,7 @@ class RunThriftRequest(IStep):
return self
def setup_hook(self, hook: Text, assign_var_name: Text = None) -> "RunTestCase":
def setup_hook(self, hook: Text, assign_var_name: Text = None) -> "RunThriftRequest":
if assign_var_name:
self.__step.setup_hooks.append({assign_var_name: hook})
else: