We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fb269 commit b3aef77Copy full SHA for b3aef77
tests/e2e/test_driver.py
@@ -916,7 +916,7 @@ def test_cursor_error_handling(self):
916
assert op_handle is not None
917
918
# Manually close the operation to simulate server-side closure
919
- conn.thrift_backend.close_command(op_handle)
+ conn.session.thrift_backend.close_command(op_handle)
920
921
cursor.close()
922
0 commit comments