Skip to content

Commit 37440be

Browse files
authored
Update baseline.py
Tentatively fix issue
1 parent 4ae6499 commit 37440be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/labs/pytester/fixtures/baseline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_workspace_operations(ws):
149149
"""
150150
product_name, product_version = product_info
151151
return WorkspaceClient(
152-
host=debug_env["DATABRICKS_HOST"],
152+
host=debug_env.get["DATABRICKS_HOST"],
153153
auth_type=debug_env.get("DATABRICKS_AUTH_TYPE"),
154154
token=debug_env.get("DATABRICKS_TOKEN"),
155155
username=debug_env.get("DATABRICKS_USERNAME"),

0 commit comments

Comments
 (0)