Skip to content

Commit a28e284

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8a732a4 commit a28e284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytest_tap/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,5 @@ def _make_as_raw_yaml_block(report):
222222
{"".join(f" {line}" for line in lines)}
223223
severity: {report.outcome}
224224
duration_ms: {report.duration * 1000}
225-
{'\n'.join(f"{k}: {v}" for k, v in user_properties)}
225+
{"\n".join(f"{k}: {v}" for k, v in user_properties)}
226226
"""

0 commit comments

Comments
 (0)