Skip to content

Commit 51c66fe

Browse files
committed
Bulk test doesn't need to call start_request.
1 parent 358263c commit 51c66fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_bulk.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -593,10 +593,6 @@ class TestBulkNoResults(unittest.TestCase):
593593
def setUp(self):
594594
self.coll = get_client().pymongo_test.test
595595
self.coll.remove()
596-
self.coll.database.connection.start_request()
597-
598-
def tearDown(self):
599-
self.coll.database.connection.end_request()
600596

601597
def test_no_results_ordered_success(self):
602598

0 commit comments

Comments
 (0)