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):