From 86d25bcf7c5472f9444e7e3ec44d589b851b79b2 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Mon, 12 Aug 2024 11:57:44 -0400 Subject: [PATCH] Needed to remove this line --- tests/app/main/views/test_dashboard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/app/main/views/test_dashboard.py b/tests/app/main/views/test_dashboard.py index 1cb8e65cb..ac3fb0dc2 100644 --- a/tests/app/main/views/test_dashboard.py +++ b/tests/app/main/views/test_dashboard.py @@ -595,8 +595,6 @@ def test_should_show_recent_templates_on_dashboard( ] assert "Total Messages" in headers - table_rows = page.find_all("tbody")[0].find_all("tr") - @pytest.mark.parametrize( "stats",