From d03626ab40575b3e9564a011eebb4c744a0948f9 Mon Sep 17 00:00:00 2001 From: Ben Cassell Date: Tue, 26 Nov 2024 13:47:39 -0800 Subject: [PATCH] lint --- tests/unit/test_adapter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_adapter.py b/tests/unit/test_adapter.py index 40408b48..78ae12cb 100644 --- a/tests/unit/test_adapter.py +++ b/tests/unit/test_adapter.py @@ -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: