Some fixes for code review.
This commit is contained in:
parent
f15b3d5b84
commit
14eb3005b6
4 changed files with 26 additions and 27 deletions
|
@ -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'], '{}')
|
||||
|
|
Reference in a new issue