Skip to content

Commit

Permalink
Rename variables
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Oct 21, 2024
1 parent e07c36c commit 3ab5f5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/queries/test_migration_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ def schema_populated(

@pytest.fixture()
def dashboard_metadata(schema_populated: SchemaInfo) -> DashboardMetadata:
migration_progress_dashboard_path = find_project_root(__file__) / "src/databricks/labs/ucx/queries/progress"
dashboard_metadata = DashboardMetadata.from_path(migration_progress_dashboard_path).replace_database(
dashboard_path = find_project_root(__file__) / "src/databricks/labs/ucx/queries/progress"
metadata = DashboardMetadata.from_path(dashboard_path).replace_database(
database=schema_populated.full_name, database_to_replace="multiworkspace"
)
dashboard_metadata.validate()
return dashboard_metadata
metadata.validate()
return metadata


def test_migration_progress_dashboard(
Expand Down

0 comments on commit 3ab5f5b

Please sign in to comment.