From 3c95b7ba2bca8c7e2859016e2a97d871d077ea41 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Wed, 15 Mar 2017 13:26:54 -0400 Subject: [PATCH] Another fix for switch to cwltool. --- tests/data/randomlines_job_1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/randomlines_job_1.json b/tests/data/randomlines_job_1.json index e89b00a07..bc9c23241 100644 --- a/tests/data/randomlines_job_1.json +++ b/tests/data/randomlines_job_1.json @@ -2,6 +2,6 @@ "num_lines": 1, "input": { "class": "File", - "path": "randomlines_job_1.json" + "location": "randomlines_job_1.json" } }