mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-03-10 09:09:22 +01: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.