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):