Skip to content

Commit 0c202c4

Browse files
helpmefindanamehenryiii
authored andcommitted
fix wrong parameterization
1 parent e44dbe8 commit 0c202c4

File tree

1 file changed

+1
-1
lines changed
  • pytest_github_actions_annotate_failures

1 file changed

+1
-1
lines changed

pytest_github_actions_annotate_failures/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def pytest_runtest_makereport(item: Item, call): # noqa: ARG001
8282
if parsed_errors is not None:
8383
for _lineno, _message in parsed_errors:
8484
print(
85-
_error_workflow_command(filesystempath, lineno, _lineno + "\n\n" + _message), file=sys.stderr
85+
_error_workflow_command(filesystempath, _lineno, longrepr + "\n\n" + _message), file=sys.stderr
8686
)
8787
return
8888
else:

0 commit comments

Comments
 (0)