Skip to content

Commit be15970

Browse files
committed
supluous teardowns
1 parent 444d287 commit be15970

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

backend/tests/test_fhir_controller.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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"""

backend/tests/test_fhir_repository.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)