From 17c4e2fe37381b3d64331682996d916f5b7f3656 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jun 19 2019 22:56:33 +0000 Subject: Correct Python module name in messaging config Signed-off-by: Adam Williamson --- diff --git a/check-compose.toml b/check-compose.toml index e19b0f6..a6c28a9 100644 --- a/check-compose.toml +++ b/check-compose.toml @@ -4,7 +4,7 @@ # # This file is in the TOML format. amqp_url = "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub" -callback = "check-compose:CheckComposeConsumer" +callback = "checkcomp_consumer:CheckComposeConsumer" [tls] ca_cert = "/etc/fedora-messaging/cacert.pem"