Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Nov 26, 2024
1 parent 586fa92 commit d03626a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ def test_list_relations_without_caching__some_relations(self, _):
assert relation.owner == "owner"
assert relation.is_hudi


@patch("dbt.adapters.databricks.api_client.DatabricksApiClient.create")
def test_list_relations_without_caching__hive_relation(self, _):
with patch.object(DatabricksAdapter, "get_relations_without_caching") as mocked:
Expand Down

0 comments on commit d03626a

Please sign in to comment.