mirror of https://github.com/MISP/PyMISP
Merge pull request #24 from iglocska/master
Print the event so we can see what travis is trying to compare againstpull/3/head
commit
07ec7b8210
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue