File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1212 ResourceNotFoundError ,
1313 UnhandledResponseError ,
1414 IdentifierDuplicationError ,
15- UnauthorizedVaxError ,
16- UnauthorizedVaxOnRecordError
15+ UnauthorizedVaxError
1716)
1817from tests .utils .generic_utils import update_target_disease_code
1918from 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 ):
Original file line number Diff line number Diff 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"""
You can’t perform that action at this time.
0 commit comments