Skip to content

Commit c6b3e55

Browse files
committed
Create UCX catalog on MockWorkspaceContext
1 parent 3e76937 commit c6b3e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ def config(self) -> WorkspaceConfig:
739739
return WorkspaceConfig(
740740
warehouse_id=self._env_or_skip("TEST_DEFAULT_WAREHOUSE_ID"),
741741
inventory_database=self.inventory_database,
742+
ucx_catalog=self.ucx_catalog,
742743
connect=self.workspace_client.config,
743744
renamed_group_prefix=f'tmp-{self.inventory_database}-',
744745
)

0 commit comments

Comments
 (0)