diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py b/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py
index 3dfd04f8bc75470dd073d01b84b5e8db2e153a83..96d2da063893b11051d696d81c8c559501423138 100644
--- a/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py
+++ b/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py
@@ -48,7 +48,7 @@ if TriggerFlags.doID:
   from TrigInDetConfig.TrigInDetPriVtxConfig import makeVertices
   # TODO need to change the name of the output vertex collection to something recordable
   # what is this actually testing ? why do we have FS tracks with egamma and aprimary vertex ???
-  vtxAlgs = makeVertices( "bjet", "HLT_IDTrack_FS_FTF", "HLT_xPrimVx"  )
+  vtxAlgs = makeVertices( "bjet", "HLT_IDTrack_FS_FTF", "HLT_IDVertex_FS"  )
   allViewAlgorithms += vtxAlgs