From 9321bc6ba2b203bf642d4a9c71e6c63cd440a8e9 Mon Sep 17 00:00:00 2001 From: AAfghahi Date: Thu, 17 Nov 2022 15:33:33 -0500 Subject: [PATCH] add fixture --- tests/integration_tests/charts/data/api_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration_tests/charts/data/api_tests.py b/tests/integration_tests/charts/data/api_tests.py index fe304d33924..bd6246b47d5 100644 --- a/tests/integration_tests/charts/data/api_tests.py +++ b/tests/integration_tests/charts/data/api_tests.py @@ -1030,6 +1030,7 @@ def test_data_cache_default_timeout( assert rv.json["result"][0]["cache_timeout"] == 3456 +@pytest.mark.usefixtures("load_energy_table_with_slice") def test_chart_cache_timeout( test_client, login_as_admin,