diff --git a/Reconstruction/RecJobTransforms/test/test_new_jo_raw_reco.sh b/Reconstruction/RecJobTransforms/test/test_new_jo_raw_reco.sh
index 7abe19f0936306159fcecd1d833c18ac96905fd7..e53a4d128a6c020d3134178f50b76dd09e0860b6 100755
--- a/Reconstruction/RecJobTransforms/test/test_new_jo_raw_reco.sh
+++ b/Reconstruction/RecJobTransforms/test/test_new_jo_raw_reco.sh
@@ -2,7 +2,7 @@
 
 
 # run the test
-python -m RecJobTransforms.RecoSteering "PF.useElPhotMuLinks=False" --RAW 2>&1 > reco.log
+python -m RecJobTransforms.RecoSteering  --RAW 2>&1 > reco.log
 export testStatus=$?
 if [[ $testStatus -ne 0 ]]
     then