Add manifest integration tests (#18203)
- add integration test on sync manifest endpoint - fix invalid standard uuid + migration command
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const checkUUID = (value: any): string => {
|
||||
throw new ValidationError('UUID must be a string');
|
||||
}
|
||||
if (!uuidValidate(value)) {
|
||||
throw new ValidationError(`Invalid UUID`, {
|
||||
throw new ValidationError(`Invalid UUID: '${value}'`, {
|
||||
value,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user