From 315e51b131909fc066ecfbdfedde3b990979c664 Mon Sep 17 00:00:00 2001 From: Ben Cassell Date: Fri, 27 Oct 2023 09:29:26 -0700 Subject: [PATCH] forgot to undo this --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 61e2e3ab1..0dfe8210e 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -7,7 +7,7 @@ def pytest_addoption(parser): - parser.addoption("--profile", action="store", default="databricks_cluster", type=str) + parser.addoption("--profile", action="store", default="databricks_uc_sql_endpoint", type=str) # Using @pytest.mark.skip_profile('databricks_cluster') uses the 'skip_by_adapter_type'