From b558319204239f6953a457f6dda79e57bef5aaf4 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 6 Jul 2022 13:50:36 +0200 Subject: [PATCH] tests: remove leftover comments --- tests/test_dataviz.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_dataviz.py b/tests/test_dataviz.py index ce769b20..dee1bf43 100644 --- a/tests/test_dataviz.py +++ b/tests/test_dataviz.py @@ -2087,9 +2087,6 @@ def test_chartng_cell_new_api_filter_params_page_variables(app, admin_user, new_ assert 'service=chrono' in request.url assert 'ou=42' in request.url - # reste à tester missing variable - # et avec display table - @with_httmock(new_api_mock) def test_chartng_cell_new_api_filter_params_page_variables_table(new_api_statistics, app, nocache):