Skip to content

Commit e7059c8

Browse files
committed
Fix test
1 parent 1d42a28 commit e7059c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
create_missing_principals,
3434
create_table_mapping,
3535
create_uber_principal,
36+
create_ucx_catalog,
3637
download,
3738
ensure_assessment_run,
3839
installations,
@@ -888,7 +889,7 @@ def test_assign_metastore_logs_account_id_and_assigns_metastore(caplog, acc_clie
888889
def test_create_ucx_catalog_calls_create_catalog(ws) -> None:
889890
prompts = MockPrompts({"Please provide storage location url for catalog: .*": "metastore"})
890891

891-
create_catalogs_schemas(ws, prompts, ctx=WorkspaceContext(ws))
892+
create_ucx_catalog(ws, prompts, ctx=WorkspaceContext(ws))
892893

893894
ws.catalogs.create.assert_called_once()
894895

0 commit comments

Comments
 (0)