Skip to content

Commit a4b9490

Browse files
committed
Create UCX catalog on MockWorkspaceContext
1 parent a57d002 commit a4b9490

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
@@ -737,6 +737,7 @@ def config(self) -> WorkspaceConfig:
737737
return WorkspaceConfig(
738738
warehouse_id=self._env_or_skip("TEST_DEFAULT_WAREHOUSE_ID"),
739739
inventory_database=self.inventory_database,
740+
ucx_catalog=self.ucx_catalog,
740741
connect=self.workspace_client.config,
741742
renamed_group_prefix=f'tmp-{self.inventory_database}-',
742743
)

0 commit comments

Comments
 (0)