From 6c6378528a07a756f2a692795daec053dd499b69 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 18 2016 01:25:55 +0000 Subject: check-compose: fix config key for staging consumer --- diff --git a/checkcomp_consumer.py b/checkcomp_consumer.py index 8631a1f..5c25ef6 100755 --- a/checkcomp_consumer.py +++ b/checkcomp_consumer.py @@ -54,7 +54,7 @@ class CheckComposeProductionConsumer(CheckComposeConsumer): checkcomp_prod = True class CheckComposeStagingConsumer(CheckComposeConsumer): - config_key = "checkcomp_consumer.prod.enabled" + config_key = "checkcomp_consumer.stg.enabled" topic = "org.fedoraproject.stg.openqa.job.done" checkcomp_prod = False