diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt
index 1570f127295ac8a0ef544c056bae80dbeda65e65..24f8e6726c6dfbc6c6d43928bf51430111f81a62 100755
--- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt
+++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All.qmt
@@ -52,7 +52,7 @@ from PyConf.components import findRootObjByDir
 findReferenceBlock("""B0DsK_Tuple                         SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections"""
 , stdout, result, causes, signature_offset = 0)
 
-countErrorLines({"FATAL":0, "ERROR":0})
+countErrorLines({"FATAL":0, "ERROR":20})
 
 import sys, os, glob
 from ROOT import TFile
diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All_olddst.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All_olddst.qmt
index 8fdcac4bae46546f31bc4787c05513a6ad641f68..13c80e6285dcb58412e7cdf9bd7e26f40ff28ce5 100755
--- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All_olddst.qmt
+++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All_olddst.qmt
@@ -52,7 +52,7 @@ from PyConf.components import findRootObjByDir
 findReferenceBlock("""B0DsK_Tuple                         SUCCESS Booked 1 N-Tuples and 0 Event Tag Collections"""
 , stdout, result, causes, signature_offset = 0)
 
-countErrorLines({"FATAL":0, "ERROR":0})
+countErrorLines({"FATAL":0, "ERROR":20})
 
 import sys, os, glob
 from ROOT import TFile
diff --git a/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-100_multiple_bkgcat_mc-truth.py b/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-100_multiple_bkgcat_mc-truth.py
index 46bb64853a234e2141077ed3177b1df49617d009..cefdfda1118297116d93d741da45f1546313544e 100644
--- a/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-100_multiple_bkgcat_mc-truth.py
+++ b/DaVinciTests/python/DaVinciTests/mc/option_davinci-issue-100_multiple_bkgcat_mc-truth.py
@@ -95,9 +95,7 @@ def alg_config(options: Options):
             inputs=jpsi_data,
         )
 
-        decision = line + "Decision"
-        jpsi_filter = create_lines_filter(
-            f"Filter_{line}", lines=[f"{decision}"])
+        jpsi_filter = create_lines_filter(f"Filter_{line}", lines=[f"{line}"])
 
         Tuples[line] = [jpsi_filter, jpsi_tuple]