Skip to content

Commit b3aef77

Browse files
fix: access thrift backend through session
1 parent 83fb269 commit b3aef77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ def test_cursor_error_handling(self):
916916
assert op_handle is not None
917917

918918
# Manually close the operation to simulate server-side closure
919-
conn.thrift_backend.close_command(op_handle)
919+
conn.session.thrift_backend.close_command(op_handle)
920920

921921
cursor.close()
922922

0 commit comments

Comments
 (0)