From a251143363621e32f736e10e488fe65addb384c2 Mon Sep 17 00:00:00 2001
From: Sebastien Ponce <sebastien.ponce@cern.ch>
Date: Mon, 18 Nov 2024 08:46:16 +0100
Subject: [PATCH] Fixed conditions version of rich-decode files in TestFileDB

---
 python/PRConfig/TestFileDB.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/PRConfig/TestFileDB.py b/python/PRConfig/TestFileDB.py
index f4717ef4..b605f32e 100644
--- a/python/PRConfig/TestFileDB.py
+++ b/python/PRConfig/TestFileDB.py
@@ -14483,7 +14483,7 @@ testfiles(
         'DDDB': 'upgrade/master',
         'CondDB': 'upgrade/master',
         'GeometryVersion': 'run3/trunk',
-        'ConditionsVersion': 'AlignmentV12_2023_06_22'
+        'ConditionsVersion': 'master'
     },
     comment=
     "Input data for LHCb's RichDetectors.test-decode-and-spacepoints-2022-data test",
@@ -14546,7 +14546,7 @@ testfiles(
         'DDDB': 'upgrade/master',
         'CondDB': 'upgrade/master',
         'GeometryVersion': 'run3/trunk',
-        'ConditionsVersion': 'online'
+        'ConditionsVersion': 'master'
     },
     comment=
     "Input data for LHCb's RichDetectors.test-decode-and-spacepoints-2023-data test",
@@ -14584,7 +14584,7 @@ testfiles(
         'Simulation': True,
         'DDDB': 'upgrade/master',
         'CondDB': 'upgrade/master',
-        'GeometryVersion': 'run3/2024.Q1.2-v00.00',
+        'GeometryVersion': 'run3/trunk',
         'ConditionsVersion': 'master'
     },
     comment=
-- 
GitLab