From 1e6a2cd2fd47cd6bf5e9c21a398a017fae9e2acb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 18 Oct 2019 15:42:21 +0200 Subject: [PATCH] resultsdb: fix typo in the callback Signed-off-by: Pierre-Yves Chibon --- roles/ci_resultsdb/templates/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.