Skip to content

Commit 94097c7

Browse files
committed
Fix another test bug introduced in 99ee51a.
1 parent 4e1377c commit 94097c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planemo/galaxy_test/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _handle_test_output_file(ctx, report_type, test_data, kwds):
121121

122122
try:
123123
contents = build_report.build_report(
124-
report_type, report_type=report_type
124+
test_data, report_type=report_type
125125
)
126126
except Exception:
127127
message = "Problem producing report file %s for %s" % (

0 commit comments

Comments
 (0)