Skip to content

Commit e6d031b

Browse files
committed
Remove encryption for consumption tests
1 parent 5819700 commit e6d031b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def test_can_rollback_transaction_using_with_block(self):
506506
class ResultConsumptionTestCase(ServerTestCase):
507507

508508
def setUp(self):
509-
self.driver = GraphDatabase.driver("bolt://localhost", auth=auth_token)
509+
self.driver = GraphDatabase.driver("bolt://localhost", auth=auth_token, encrypted=False)
510510

511511
def test_can_consume_result_immediately(self):
512512
session = self.driver.session()

0 commit comments

Comments
 (0)