From 2bd721cebc857bdd1b052d4246f977f624ea0fff Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:44:31 -0700 Subject: [PATCH] test(kanban): remove duplicate final-results footer --- tests/plugins/test_kanban_dashboard_plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/plugins/test_kanban_dashboard_plugin.py b/tests/plugins/test_kanban_dashboard_plugin.py index d0a696f91c64..4c7f466ce8f3 100644 --- a/tests/plugins/test_kanban_dashboard_plugin.py +++ b/tests/plugins/test_kanban_dashboard_plugin.py @@ -2486,5 +2486,3 @@ def test_dashboard_parent_notice_and_child_results_use_detail_links(): assert "t.link_counts" not in detail assert "Child Results" in detail assert "props.data.child_results" in detail - -