Skip to content

fix for our ACTS DataPrep ART Tests: Append proper tools to IDPVM

Carlo Varni requested to merge cvarni/athena:FixActsDataPrepTest into main

Due to 694940ef we experience some failures in our ACTS tests, caused by the check against None of the tool collection. The issue is that IDPVM never passes a None object to PhysValMonitoringCfg and the logic of the code is that we need to append additional tools to the already provided tool list.

/cc @tadej @adye

Edited by Carlo Varni

Merge request reports