url_description_uniqueness_check
fails with TypeError on specific metadata record
#286
Labels
bug
Something isn't working
Describe the bug
When running the tests on the concept id C2068391958-LARC_ASDC using the pyQuARC master branch, the check fails with a TypeError, indicating that a NoneType was encountered where a string was expected.
To Reproduce
Steps to reproduce the behavior:
"pyquarc_errors": [ { "message": "Running check for the rule: 'url_description_uniqueness_check' failed.", "details": "sequence item 0: expected str instance, NoneType found" } ]
Additional context
When briefly investigated, it seemed like there is an issue with the
uniqueness_check
function in custom_validator.py file.The text was updated successfully, but these errors were encountered: