aboutsummaryrefslogtreecommitdiff
path: root/test/test_shex.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_shex.py')
-rw-r--r--test/test_shex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_shex.py b/test/test_shex.py
index ead2396..e094184 100644
--- a/test/test_shex.py
+++ b/test/test_shex.py
@@ -12,7 +12,7 @@ class TestStringMethods(unittest.TestCase):
def test_schema(self):
with open("bh20sequploader/bh20seq-schema.yml") as schema_resource:
- metadata_schema = schema_salad.schema.load_schema("https://raw.githubusercontent.com/arvados/bh20-seq-resource/master/bh20sequploader/bh20seq-schema.yml")
+ metadata_schema = schema_salad.schema.load_schema("bh20sequploader/bh20seq-schema.yml")
(document_loader,
avsc_names,
schema_metadata,