We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae6499 commit 37440beCopy full SHA for 37440be
src/databricks/labs/pytester/fixtures/baseline.py
@@ -149,7 +149,7 @@ def test_workspace_operations(ws):
149
"""
150
product_name, product_version = product_info
151
return WorkspaceClient(
152
- host=debug_env["DATABRICKS_HOST"],
+ host=debug_env.get["DATABRICKS_HOST"],
153
auth_type=debug_env.get("DATABRICKS_AUTH_TYPE"),
154
token=debug_env.get("DATABRICKS_TOKEN"),
155
username=debug_env.get("DATABRICKS_USERNAME"),
0 commit comments