Skip to content

Commit 70e3f90

Browse files
committed
remove redundant redis_patcher.stop()
1 parent 5b03767 commit 70e3f90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/tests/test_fhir_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def setUp(self):
5757
self.controller = FhirController(self.authorizer, self.service)
5858

5959
def tearDown(self):
60-
self.redis_patcher.stop()
6160
super().tearDown()
6261

6362
def test_create_response(self):

0 commit comments

Comments
 (0)