From ee855db821c446c7fcbfb77a21f81ac1a3f2998b Mon Sep 17 00:00:00 2001 From: zef Date: Fri, 21 Jul 2023 14:10:16 -0700 Subject: [PATCH] lint --- tests/integration_tests/charts/api_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration_tests/charts/api_tests.py b/tests/integration_tests/charts/api_tests.py index 6fa8f61cc3962..c5e88426fad80 100644 --- a/tests/integration_tests/charts/api_tests.py +++ b/tests/integration_tests/charts/api_tests.py @@ -1438,7 +1438,6 @@ def test_query_form_data(self): if slice: self.assertEqual(data["slice_id"], slice.id) - @pytest.mark.usefixtures( "load_unicode_dashboard_with_slice", "load_energy_table_with_slice",