mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
Removed deprecated helper function async
This commit is contained in:
@@ -25,7 +25,7 @@ describe('SubmissionRestService test suite', () => {
|
||||
const resourceEndpointURL = 'https://rest.api/endpoint';
|
||||
const resourceEndpoint = 'workspaceitems';
|
||||
const resourceScope = '260';
|
||||
const body = { test: new FormFieldMetadataValueObject('test')};
|
||||
const body = { test: new FormFieldMetadataValueObject('test') };
|
||||
const resourceHref = resourceEndpointURL + '/' + resourceEndpoint + '/' + resourceScope + '?projection=full';
|
||||
const timestampResponse = 1545994811992;
|
||||
|
||||
|
Reference in New Issue
Block a user