mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
Added tests
This commit is contained in:
@@ -74,6 +74,12 @@ export const mockUploadResponse1ParsedErrors: any = {
|
||||
]
|
||||
};
|
||||
|
||||
export const mockLicenseParsedErrors: any = {
|
||||
license: [
|
||||
{ path: '/sections/license', message: 'error.validation.license.notgranted' }
|
||||
]
|
||||
};
|
||||
|
||||
export const mockUploadResponse2Errors = {
|
||||
errors: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user