Merge pull request #24 from iglocska/master

Print the event so we can see what travis is trying to compare against
pull/3/head
Alexandre Dulaunoy 2015-11-13 11:12:25 +01:00
commit 07ec7b8210
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class TestBasic(unittest.TestCase):
u'ShadowAttribute': [], u'published': False,
u'distribution': u'0', u'Attribute': [], u'proposal_email_lock': False,
u'threat_level_id': u'1'}}
print event
self.assertEqual(event, to_check, 'Failed at creating a new Event')
return int(event_id)