Skip to content

Commit

Permalink
Modify dummy subthesauri in tests/common.py to lowercase, so that the…
Browse files Browse the repository at this point in the history
… pydantic AnyUrl type is not converted to lowercase while being processed by the unit test.
  • Loading branch information
Ghulam Mustafa Majal committed Sep 23, 2024
1 parent 9bd1fab commit a357dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/interface/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.
from pathlib import Path

DUMMY_SUBTHESAURUS_B = "http://subB"
DUMMY_SUBTHESAURUS_A = "http://subA"
DUMMY_SUBTHESAURUS_B = "http://subb"
DUMMY_SUBTHESAURUS_A = "http://suba"
DUMMY_CONCEPT_TYPE = "http://ctype"
DUMMY_CONCEPT_TYPE_PREFIX = "http://prefix"
DUMMY_SUBTHESAURUS_TYPE = "http://stype"
Expand Down

0 comments on commit a357dd0

Please sign in to comment.