Skip to content

Commit

Permalink
forgot to undo this
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Oct 27, 2023
1 parent fd2f18c commit 315e51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 315e51b

Please sign in to comment.