Skip to content

Commit

Permalink
Improve assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Dec 20, 2024
1 parent 4376395 commit 78e563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/assessment/test_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_redash_dashboard_ownership_is_me(runtime_ctx) -> None:
owner = runtime_ctx.dashboard_ownership.owner_of(dashboard)

current_user = runtime_ctx.workspace_client.current_user.me()
assert owner == current_user.user_name
assert owner == current_user.user_name, f"Invalid owner for dashboard: {dashboard}"


def test_lakeview_dashboard_ownership_is_me(runtime_ctx, make_lakeview_dashboard) -> None:
Expand Down

0 comments on commit 78e563b

Please sign in to comment.