Some fixes for code review.

This commit is contained in:
charltonaustin 2016-10-10 12:55:00 -04:00
parent f15b3d5b84
commit 14eb3005b6
4 changed files with 26 additions and 27 deletions

View file

@ -776,7 +776,7 @@ def populate_database(minimal=False, with_storage=False):
'trigger_id': trigger.uuid, 'config': json.loads(trigger.config),
'service': trigger.service.name})
model.message.create([{'content': 'We love you Quay customers!'}])
model.message.create([{'content': 'We love you, Quay customers!'}])
fake_queue = WorkQueue('fakequeue', tf)
fake_queue.put(['canonical', 'job', 'name'], '{}')