From 04412fd3147276474a3a57fa582b374d4c66b2c2 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 21 Sep 2017 16:54:19 +0100 Subject: [PATCH] update queue name --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index edfc5f2d0..2e1a272ba 100644 --- a/app/config.py +++ b/app/config.py @@ -49,7 +49,7 @@ class QueueNames(object): class TaskNames(object): DVLA_JOBS = 'send-jobs-to-dvla' - DVLA_NOTIFICATIONS = 'send-notifications-to-dvla' + DVLA_NOTIFICATIONS = 'send-api-notifications-to-dvla' class Config(object):