diff --git a/tests/unit/test_dashboards.py b/tests/unit/test_dashboards.py index a0273821..bdc7a7e5 100644 --- a/tests/unit/test_dashboards.py +++ b/tests/unit/test_dashboards.py @@ -264,7 +264,7 @@ def test_dashboards_creates_dashboards_with_widgets_sorted_alphanumerically(tmp_ [ ("SELECT 1 AS count", 1, 3), ("SELECT 1 AS first, 2 AS second", 6, 6), - ] + ], ) def test_dashboards_creates_dashboards_where_widget_has_expected_width_and_height(tmp_path, query, width, height): ws = create_autospec(WorkspaceClient)