This commit is contained in:
m9810223 2023-06-25 19:51:45 +08:00 коммит произвёл GitHub
Родитель 72fd3f5a3b
Коммит be0e9a1e85
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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