Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Nov 6, 2023
1 parent 70224b5 commit 5d17e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"please check https://docs.databricks.com/en/dev-tools/auth.html#databricks-client-unified-authentication " \
"to configure credentials for your preferred authentication method"


# This test uses the fake file system to avoid interference from local default profile.
@raises(default_auth_base_error_message)
def test_config_no_params(fake_fs):
Config()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def test_config_workspace_is_not_accounts_host(config):
config.host = "https://westeurope.azuredatabricks.net"
assert not config.is_account_client


# This test uses the fake file system to avoid interference from local default profile.
def test_config_can_be_subclassed(fake_fs):

class DatabricksConfig(Config):
Expand Down

0 comments on commit 5d17e05

Please sign in to comment.