diff --git a/Hlt/Moore/doc/release.notes b/Hlt/Moore/doc/release.notes
index 794f714c29542a1de5913226b6bf0e1a7e9ddc32..4aebe31913377c9c4219e735c950054777af6906 100755
--- a/Hlt/Moore/doc/release.notes
+++ b/Hlt/Moore/doc/release.notes
@@ -4,6 +4,9 @@
 ! Purpose     : LHCb HLT application
 !============================================
 
+! 2016-05-18 - Mika Vesterinen
+ - Use the correct TCK in tests/options/TCK/TCKOptions.py
+
 ! 2016-05-15 - Mika Vesterinen
  - Add further qmttests for creation and testing of Hlt1 and Hlt2 TCKs
 
diff --git a/Hlt/Moore/tests/options/TCK/TCKOptions.py b/Hlt/Moore/tests/options/TCK/TCKOptions.py
index 5fb140d85188c763725eb3b5d3589276916c5af2..fea652d875f5aa78acdd206da1d62e5be85fd7eb 100644
--- a/Hlt/Moore/tests/options/TCK/TCKOptions.py
+++ b/Hlt/Moore/tests/options/TCK/TCKOptions.py
@@ -26,8 +26,8 @@ Moore().CondDBtag = "cond-20160420"
 
 ## !!! Check that these settings are what we want for these TCKs !!! ##
 Settings={"L0TCK":"0x1600",
-          "Hlt1TCK":'0x112F1600',
-          "Hlt2TCK":'0x212F1600',
+          "Hlt1TCK":'0x10011600',
+          "Hlt2TCK":'0x20011600',
           "Hlt1Label":"Hlt1, Physics_pp_May2016, 0x1600",
           "Hlt2Label":"Hlt2, Physics_pp_May2016, 0x1600",
           "ThresholdSettings":'Physics_pp_May2016'}