mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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',
|
||||
serviceUrl: 'test',
|
||||
status: RequestStatusEnum.ACCEPTED,
|
||||
offerType: 'test'
|
||||
},
|
||||
{
|
||||
serviceName: 'test1',
|
||||
serviceUrl: 'test',
|
||||
status: RequestStatusEnum.REJECTED,
|
||||
offerType: 'test'
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user