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 169716c commit 9e0495dCopy full SHA for 9e0495d
tests/e2e/test_driver.py
@@ -824,7 +824,7 @@ def test_close_connection_closes_cursors(self):
824
status_request = ttypes.TGetOperationStatusReq(
825
operationHandle=ars.command_id, getProgressUpdate=False
826
)
827
- op_status_at_server = ars.thrift_backend._client.GetOperationStatus(
+ op_status_at_server = ars.backend._client.GetOperationStatus(
828
status_request
829
830
assert (
0 commit comments