Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Dec 17, 2024
1 parent aece7ca commit 01c6a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/progress/test_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
object_type="Dashboard",
object_id=["did4"],
data={"id": "did4", "query_ids": "[]", "tags": "[]"},
failures=["Used by TABLE: hive_metastore.schema.table"],
failures=["Pending migration: hive_metastore.schema.table"],
owner="cor",
ucx_version=ucx_version,
),
Expand Down Expand Up @@ -101,7 +101,7 @@ def test_dashboard_progress_encoder(expected: Row) -> None:
"object_type": "TABLE",
"table_format": "DELTA",
},
failures=["Used by TABLE: hive_metastore.schema.table"],
failures=["Pending migration"],
owner="cor",
ucx_version=ucx_version,
)
Expand Down

0 comments on commit 01c6a07

Please sign in to comment.