diff --git a/roles/ci_resultsdb/templates/config.toml b/roles/ci_resultsdb/templates/config.toml index ffeed893aa..71c88781a6 100644 --- a/roles/ci_resultsdb/templates/config.toml +++ b/roles/ci_resultsdb/templates/config.toml @@ -14,7 +14,7 @@ topic_prefix = "org.fedoraproject.prod" publish_exchange = "amq.topic" passive_declares = true -callback = "resultsdb_listener.consumer:consume" +callback = "resultsdb_listener.consumer:Consumer" # Note the double brackets below.