fixup for new notigen library

This commit is contained in:
Sandy Walsh 2014-05-29 18:56:08 +00:00
parent 0726ff52a5
commit 90b6a5baef
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class TestSizeRolling(unittest.TestCase):
events = g.generate(now)
if events:
for event in events:
metadata = {'event': event['event'],
metadata = {'event': event['event_type'],
'request_id': event['request_id'],
'generated': str(event['when']),
'uuid': event['uuid'],