From 94097c78a610676a1c30deb28a631eac211bc626 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Sun, 29 Nov 2015 11:04:45 +0000 Subject: [PATCH] Fix another test bug introduced in 99ee51a1b800bc2bdbf4e1eee3d8579417185631. --- planemo/galaxy_test/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo/galaxy_test/actions.py b/planemo/galaxy_test/actions.py index b44fcb8b6..3a218f201 100644 --- a/planemo/galaxy_test/actions.py +++ b/planemo/galaxy_test/actions.py @@ -121,7 +121,7 @@ def _handle_test_output_file(ctx, report_type, test_data, kwds): try: contents = build_report.build_report( - report_type, report_type=report_type + test_data, report_type=report_type ) except Exception: message = "Problem producing report file %s for %s" % (