mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
COAR alert box fix notiyrequeststatus object with the new attribute offerType
This commit is contained in:
@@ -13,11 +13,13 @@ describe('RequestStatusAlertBoxComponent', () => {
|
|||||||
serviceName: 'test',
|
serviceName: 'test',
|
||||||
serviceUrl: 'test',
|
serviceUrl: 'test',
|
||||||
status: RequestStatusEnum.ACCEPTED,
|
status: RequestStatusEnum.ACCEPTED,
|
||||||
|
offerType: 'test'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
serviceName: 'test1',
|
serviceName: 'test1',
|
||||||
serviceUrl: 'test',
|
serviceUrl: 'test',
|
||||||
status: RequestStatusEnum.REJECTED,
|
status: RequestStatusEnum.REJECTED,
|
||||||
|
offerType: 'test'
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user