From 0d4b8174c086e21f0a30d9cfe2d0e5461be3cf96 Mon Sep 17 00:00:00 2001 From: Kurt Biery Date: Sun, 8 Mar 2026 12:30:34 -0500 Subject: [PATCH] In the integtest, renamed the drunc_config session parameter to config_session_name to help make its meaning more clear. --- integtest/listrev_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integtest/listrev_test.py b/integtest/listrev_test.py index 947f5a8..1682311 100755 --- a/integtest/listrev_test.py +++ b/integtest/listrev_test.py @@ -35,7 +35,7 @@ # output directory (the test framework handles that) common_config_obj = data_classes.drunc_config() -common_config_obj.session = "lr-session" +common_config_obj.config_session_name = "lr-session" single_app_conf = copy.deepcopy(common_config_obj) single_app_conf.config_db = os.path.dirname(__file__) + "/../config/lrSession-singleapp.data.xml"