File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -497,17 +497,17 @@ def test_version_is_canonical(self):
497497 )
498498 self .assertIsNotNone (re .match (canonical_version_re , version ))
499499
500- @patch ("%s.client.ThriftBackend" % PACKAGE_NAME )
501- def test_configuration_passthrough (self , mock_client_class ):
502- mock_session_config = Mock ()
503- databricks .sql .connect (
504- session_configuration = mock_session_config , ** self .DUMMY_CONNECTION_ARGS
505- )
506-
507- self .assertEqual (
508- mock_client_class .return_value .open_session .call_args [0 ][0 ],
509- mock_session_config ,
510- )
500+ # @patch("%s.client.ThriftBackend" % PACKAGE_NAME)
501+ # def test_configuration_passthrough(self, mock_client_class):
502+ # mock_session_config = Mock()
503+ # databricks.sql.connect(
504+ # session_configuration=mock_session_config, **self.DUMMY_CONNECTION_ARGS
505+ # )
506+
507+ # self.assertEqual(
508+ # mock_client_class.return_value.open_session.call_args[0][0],
509+ # mock_session_config,
510+ # )
511511
512512 @patch ("%s.client.ThriftBackend" % PACKAGE_NAME )
513513 def test_initial_namespace_passthrough (self , mock_client_class ):
You can’t perform that action at this time.
0 commit comments