From 60e4ace112a2e44f3956ef4ff0b8d7a698d4ee1e Mon Sep 17 00:00:00 2001
From: lugrazet <Luke.Grazette@CERN.CH>
Date: Tue, 14 Nov 2023 18:45:28 +0000
Subject: [PATCH] Tested and now green :)

---
 .../qmtest/test_AllenInMoore_hlt1_bandwidth_streamless.qmt    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Hlt/Hlt1Conf/tests/qmtest/test_AllenInMoore_hlt1_bandwidth_streamless.qmt b/Hlt/Hlt1Conf/tests/qmtest/test_AllenInMoore_hlt1_bandwidth_streamless.qmt
index 67c8b983126..d6e732f4833 100644
--- a/Hlt/Hlt1Conf/tests/qmtest/test_AllenInMoore_hlt1_bandwidth_streamless.qmt
+++ b/Hlt/Hlt1Conf/tests/qmtest/test_AllenInMoore_hlt1_bandwidth_streamless.qmt
@@ -18,7 +18,7 @@ NB: If adding new config files (e.g. muon_geometry) please inform: @lugrazet or
 <argument name="timeout"><integer>3600</integer></argument>
 <argument name="args"><set>
   <text>$HLT1CONFROOT/tests/options/bandwidth/hlt1_bandwidth_input.py</text>
-  <text>$HLT2CONFROOT/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py</text>
+  <text>$HLT1CONFROOT/tests/options/bandwidth/hlt1_bandwidth_streamless_streams.py</text>
 </set></argument>
 <argument name="options"><text>
 from Configurables import HiveDataBrokerSvc
@@ -37,7 +37,7 @@ countErrorLines({"FATAL": 0, "ERROR": 0, "WARNING": 0},
                 stdout=remove_known_warnings(stdout))
 
 import re
-matches = re.findall('LAZY_AND: (Hlt2[A-Za-z0-9_]+) .*Sum=(\d+)', stdout)
+matches = re.findall('LAZY_AND: (Hlt1[A-Za-z0-9_]+) .*Sum=(\d+)', stdout)
 if not matches:
     causes.append('no line decisions found')
 
-- 
GitLab