From a87ca73dbaf2e47053e78c501e8ad50c821d4b44 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Mon, 1 Apr 2024 16:15:45 +0300 Subject: [PATCH] Update test_parsers.py --- tests/test_parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_parsers.py b/tests/test_parsers.py index 45b26e20..3947bb1d 100644 --- a/tests/test_parsers.py +++ b/tests/test_parsers.py @@ -384,7 +384,7 @@ def _basic_round_trip(self, key: str): #: prefix map expected_bimap = { "DOID": "http://purl.obolibrary.org/obo/DOID_", - "UMLS": "http://linkedlifedata.com/resource/umls/id/", + "UMLS": "https://uts.nlm.nih.gov/uts/umls/concept/", "orcid": "https://orcid.org/", "owl": "http://www.w3.org/2002/07/owl#", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",