From 03a717919ee20833e4cd468fa42f2824e97d03e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Umann?= Date: Mon, 12 Feb 2024 15:34:53 +0100 Subject: [PATCH] report_analysis_info table is empty --- web/tests/functional/store/test_store.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/tests/functional/store/test_store.py b/web/tests/functional/store/test_store.py index 3dcccc7b2c..d10e37fea1 100644 --- a/web/tests/functional/store/test_store.py +++ b/web/tests/functional/store/test_store.py @@ -102,8 +102,8 @@ def setup_class(self): def teardown_class(self): """Clean up after the test.""" - # # TODO: If environment variable is set keep the workspace - # # and print out the path. + # TODO: If environment variable is set keep the workspace + # and print out the path. # global TEST_WORKSPACE # check_env = env.import_test_cfg(TEST_WORKSPACE)[