diff --git a/Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx b/Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx index 9b697da428ad2..b660093fb6029 100644 --- a/Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx +++ b/Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx @@ -34,7 +34,7 @@ using namespace o2::framework; using DetID = o2::detectors::DetID; -std::array exceptionsDetID{"GRP"}; +std::array exceptionsDetID{"GRP", "AGD"}; void sendAnswer(const std::string& what, const std::string& ack_chan, fair::mq::Device& device) {