mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-04-14 02:29:23 +02:00
DSpace 6+ uses a UUID for item identifiers instead of an integer so we need to adapt our tests accordingly. The Python UUID object must be cast to a string to use it elsewhere in the code.