Skip to content

Commit

Permalink
fix(#123): fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
witash committed Oct 8, 2024
1 parent 7470359 commit a0fc96b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mediator/src/routes/tests/cht.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jest.mock('axios');

describe('POST /cht/patient', () => {
it('accepts incoming request with valid patient resource', async () => {
jest.spyOn(fhir, 'getFHIRPatientResource').mockResolvedValueOnce({
data: {},
status: 200,
});
jest.spyOn(fhir, 'updateFhirResource').mockResolvedValueOnce({
data: {},
status: 200,
Expand Down

0 comments on commit a0fc96b

Please sign in to comment.