File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1621,9 +1621,6 @@ def setUp(self):
16211621 self .patient_identifier_valid_value = f"{ patient_identifier_system } |{ self .nhs_number_valid_value } "
16221622 self .mock_redis_client .hkeys .return_value = self .MOCK_REDIS_V2D_HKEYS
16231623
1624- def tearDown (self ):
1625- return super ().tearDown ()
1626-
16271624 @patch ("fhir_controller.get_supplier_permissions" )
16281625 def test_get_search_immunizations (self , mock_get_supplier_permissions ):
16291626 """it should search based on patient_identifier and immunization_target"""
Original file line number Diff line number Diff line change @@ -393,9 +393,6 @@ def setUp(self):
393393 self .repository = ImmunizationRepository (table = self .table )
394394 self .patient = _make_a_patient ("update-patient-id" )
395395
396- def tearDown (self ):
397- return super ().tearDown ()
398-
399396 def test_update1 (self ):
400397 """it should update record by replacing both Immunization and Patient"""
401398
You can’t perform that action at this time.
0 commit comments