COAR alert box fix notiyrequeststatus object with the new attribute offerType

This commit is contained in:
frabacche
2023-12-05 16:34:23 +01:00
parent 486d2ad8c1
commit 62ae9226f5

View File

@@ -13,11 +13,13 @@ describe('RequestStatusAlertBoxComponent', () => {
serviceName: 'test',
serviceUrl: 'test',
status: RequestStatusEnum.ACCEPTED,
offerType: 'test'
},
{
serviceName: 'test1',
serviceUrl: 'test',
status: RequestStatusEnum.REJECTED,
offerType: 'test'
},
];