mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Changes based on review feedback
This commit is contained in:
@@ -117,7 +117,7 @@ describe('TasksService', () => {
|
||||
|
||||
describe('deleteById', () => {
|
||||
|
||||
it('should configure a new TaskPostRequest', () => {
|
||||
it('should configure a new TaskDeleteRequest', () => {
|
||||
const scopeId = '1234';
|
||||
const expected = new TaskDeleteRequest(requestService.generateRequestId(), `${taskEndpoint}/${linkPath}/${scopeId}`, null);
|
||||
scheduler.schedule(() => service.deleteById('testTask', scopeId).subscribe());
|
||||
|
Reference in New Issue
Block a user