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 4ec8703 commit 6ecb6bfCopy full SHA for 6ecb6bf
tests/unit/test_client.py
@@ -81,7 +81,7 @@ class ClientTestSuite(unittest.TestCase):
81
"access_token": "tok",
82
}
83
84
- @patch("%s.session.ThriftBackend" % PACKAGE_NAME, ThriftBackendMockFactory.new())
+ @patch("%s.session.ThriftDatabricksClient" % PACKAGE_NAME, ThriftDatabricksClientMockFactory.new())
85
@patch("%s.client.ResultSet" % PACKAGE_NAME)
86
def test_closing_connection_closes_commands(self, mock_result_set_class):
87
# Test once with has_been_closed_server side, once without
0 commit comments