diff --git a/Reconstruction/Jet/JetRecConfig/share/test_StandardSmallRJets.py b/Reconstruction/Jet/JetRecConfig/share/test_StandardSmallRJets.py
index e815f191100d7992b215a866f8f97f4da2e082a8..613248a9e5e192be1220f01464f390734b50bd72 100644
--- a/Reconstruction/Jet/JetRecConfig/share/test_StandardSmallRJets.py
+++ b/Reconstruction/Jet/JetRecConfig/share/test_StandardSmallRJets.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
 
 from JetRecConfig.StandardSmallRJets import AntiKt4EMPFlow, AntiKt4LCTopo
 from JetRecConfig.JetRecConfig import JetRecCfg, jetlog
@@ -85,11 +85,11 @@ if __name__=="__main__":
     originaljets = ["AntiKt4EMPFlowJets","AntiKt4EMTopoJets"]
     for jetcoll in originaljets:
         outputlist += ["xAOD::JetContainer#"+jetcoll,
-                       "xAOD::JetAuxContainer#"+jetcoll+"Aux."]
+                       "xAOD::JetAuxContainer#"+jetcoll+"Aux.-PseudoJet"]
     for jetdef in jetdefs:
         key = jetdef.fullname()
         outputlist += ["xAOD::JetContainer#"+key,
-                       "xAOD::JetAuxContainer#"+key+"Aux."]
+                       "xAOD::JetAuxContainer#"+key+"Aux.-PseudoJet"]
 
     # Now get the output stream components
     from OutputStreamAthenaPool.OutputStreamConfig import OutputStreamCfg