From 25ff7c212919505ef79164985911809faf4e0f4b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 18:17:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/_pytest/junitxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/junitxml.py b/src/_pytest/junitxml.py index 7388c0e7d..252eb005c 100644 --- a/src/_pytest/junitxml.py +++ b/src/_pytest/junitxml.py @@ -126,7 +126,7 @@ class _NodeReporter: "classname": ".".join(classnames), "name": bin_xml_escape(names[-1]), "file": testreport.location[0], - "status":testreport.outcome + "status": testreport.outcome, } if testreport.location[1] is not None: attrs["line"] = str(testreport.location[1])