chore: fix typo in code (#173)
This commit is contained in:
Родитель
72fd3f5a3b
Коммит
be0e9a1e85
|
@ -251,7 +251,7 @@ def context(
|
|||
|
||||
yield context
|
||||
|
||||
# If requst.node is missing rep_call, then some error happened during execution
|
||||
# If request.node is missing rep_call, then some error happened during execution
|
||||
# that prevented teardown, but should still be counted as a failure
|
||||
failed = request.node.rep_call.failed if hasattr(request.node, "rep_call") else True
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче