diff --git a/tests/utils/test_isatools_utils.py b/tests/utils/test_isatools_utils.py index b7f1a8b2..a36369cc 100644 --- a/tests/utils/test_isatools_utils.py +++ b/tests/utils/test_isatools_utils.py @@ -84,10 +84,10 @@ def test_get_ontology(self): self.assertEqual(ontology_source.name, 'efo') self.assertEqual( ontology_source.file, - 'https://www.ebi.ac.uk/ols/api/ontologies/efo') + 'https://www.ebi.ac.uk/ols4/api/ontologies/efo?lang=en') self.assertIsInstance(ontology_source.version, str) self.assertEqual( - ontology_source.description, '') + ontology_source.description, 'Experimental Factor Ontology') def test_search_for_term(self): ontology_source = ols.get_ols_ontology('efo')