X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fsubmission%2Ftest%2Ftest_encoded.py;h=5483f6f325dbcc03452279d202940141d8892f23;hp=21eed840e351a64fdbe47fcd6d48e192d07aafb3;hb=c531eb18f04990f3118b93ae5222b3f3e2e8a6c6;hpb=0e0642fab3145125104de151aee62a506dbc9904 diff --git a/htsworkflow/submission/test/test_encoded.py b/htsworkflow/submission/test/test_encoded.py index 21eed84..5483f6f 100644 --- a/htsworkflow/submission/test/test_encoded.py +++ b/htsworkflow/submission/test/test_encoded.py @@ -66,6 +66,7 @@ class TestEncoded(TestCase): encode = ENCODED('test.encodedcc.org') url = encode.prepare_url(library['@id']) context = encode.create_jsonld_context(library, url) + self.assertEqual(context['@vocab'], 'http://test.encodedcc.org/profiles/library.json#') self.assertEqual(context['award'], linked_id ) self._verify_context(context, 'library') # namespaces not added yet.