mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-01-10 21:13:21 +01:00
Alan Orth
60e6ea57b1
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.