Skip to content

Commit bca9c57

Browse files
committed
tidy
1 parent 9d7d4c8 commit bca9c57

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

backend/tests/test_fhir_repository.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
ResourceNotFoundError,
1313
UnhandledResponseError,
1414
IdentifierDuplicationError,
15-
UnauthorizedVaxError,
16-
UnauthorizedVaxOnRecordError
15+
UnauthorizedVaxError
1716
)
1817
from tests.utils.generic_utils import update_target_disease_code
1918
from tests.utils.immunization_utils import create_covid_19_immunization_dict
@@ -48,7 +47,6 @@ def setUp(self):
4847
self.repository = ImmunizationRepository(table=self.table)
4948

5049
def tearDown(self):
51-
self.redis_patcher.stop()
5250
super().tearDown()
5351

5452
def test_get_immunization_by_identifier(self):

backend/tests/test_fhir_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def setUp(self):
7979

8080
def tearDown(self):
8181
super().tearDown()
82-
patch.stopall()
8382

8483
def test_get_immunization_by_id_by_all(self):
8584
"""it should find an Immunization by id"""

0 commit comments

Comments
 (0)