update queue name

This commit is contained in:
Leo Hemsted
2017-09-21 16:54:19 +01:00
parent 17ba8db97f
commit 04412fd314

View File

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