Skip to content

Commit

Permalink
Fix tests: run paths are file://...
Browse files Browse the repository at this point in the history
  • Loading branch information
ihodes committed Dec 17, 2015
1 parent cd6c712 commit d645a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_runs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d645a7f

Please sign in to comment.