From d645a7fac1fd11736af64a1db30d60b77a519068 Mon Sep 17 00:00:00 2001 From: Isaac Hodes Date: Thu, 17 Dec 2015 15:30:23 -0500 Subject: [PATCH] Fix tests: run paths are file://... --- tests/python/test_runs_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/test_runs_api.py b/tests/python/test_runs_api.py index b6fd35c..dd9d815 100644 --- a/tests/python/test_runs_api.py +++ b/tests/python/test_runs_api.py @@ -23,7 +23,7 @@ class TestRunsAPI(helpers.ResourceTest): PROJECT_NAME = 'TEST PROJECT RUN' BAM_NAME = 'something bam name' BAM_PATH = 'http://somebam.bam' - RUN_PATH = 'http://somevcf.vcf' + RUN_PATH = 'file://somevcf.vcf' @classmethod def setUpClass(cls):