Skip to content

Commit 6ecb6bf

Browse files
change names of ThriftBackend -> ThriftDatabricksClient in tests
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 4ec8703 commit 6ecb6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class ClientTestSuite(unittest.TestCase):
8181
"access_token": "tok",
8282
}
8383

84-
@patch("%s.session.ThriftBackend" % PACKAGE_NAME, ThriftBackendMockFactory.new())
84+
@patch("%s.session.ThriftDatabricksClient" % PACKAGE_NAME, ThriftDatabricksClientMockFactory.new())
8585
@patch("%s.client.ResultSet" % PACKAGE_NAME)
8686
def test_closing_connection_closes_commands(self, mock_result_set_class):
8787
# Test once with has_been_closed_server side, once without

0 commit comments

Comments
 (0)