From acaec379c5f2325fd3a57d5118bbef97f9eff7d3 Mon Sep 17 00:00:00 2001
From: Chris Jones <jonesc@hep.phy.cam.ac.uk>
Date: Wed, 5 Feb 2025 11:24:42 +0000
Subject: [PATCH] Update TestFileDB tag for RICH 2023 data tests

---
 Rich/RichFutureRecSys/tests/options/2023-data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rich/RichFutureRecSys/tests/options/2023-data.py b/Rich/RichFutureRecSys/tests/options/2023-data.py
index b97a650d8de..4ebd444346b 100644
--- a/Rich/RichFutureRecSys/tests/options/2023-data.py
+++ b/Rich/RichFutureRecSys/tests/options/2023-data.py
@@ -17,7 +17,7 @@ from Gaudi.Configuration import *
 from GaudiConf import IOHelper
 from PRConfig.TestFileDB import test_file_db
 
-data = test_file_db["rich-decode-2023-2"].filenames
+data = test_file_db["rich-decode-2023"].filenames
 IOHelper("MDF").inputFiles(data, clear=True)
 
 LHCbApp().Simulation = True
-- 
GitLab