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 40f6ec4 commit 2485a73Copy full SHA for 2485a73
tests/unit/test_client.py
@@ -240,7 +240,6 @@ def test_executing_multiple_commands_uses_the_most_recent_command(self):
240
mock_backend = ThriftDatabricksClientMockFactory.new()
241
mock_backend.execute_command.side_effect = mock_result_sets
242
243
- cursor = client.Cursor(connection=Mock(), backend=mock_backend)
244
cursor = client.Cursor(connection=Mock(), backend=mock_backend)
245
cursor.execute("SELECT 1;")
246
0 commit comments