260322:1648 Correct Coresspondence / Doing RFA / Correct CI
This commit is contained in:
@@ -135,10 +135,7 @@ describe('correspondenceService', () => {
|
||||
|
||||
const result = await correspondenceService.addReference(1, referenceDto);
|
||||
|
||||
expect(apiClient.post).toHaveBeenCalledWith(
|
||||
'/correspondences/1/references',
|
||||
referenceDto
|
||||
);
|
||||
expect(apiClient.post).toHaveBeenCalledWith('/correspondences/1/references', referenceDto);
|
||||
expect(result).toEqual(mockResponse);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -90,6 +90,4 @@ describe('projectService', () => {
|
||||
expect(result).toEqual({});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user