mirror of https://github.com/MISP/PyMISP
Print the event so we can see what travis is trying to compare against
- should help with the debugwpull/3/head
parent
dbe87b6ebd
commit
de91860d5d
|
@ -37,6 +37,7 @@ class TestBasic(unittest.TestCase):
|
||||||
u'ShadowAttribute': [], u'published': False,
|
u'ShadowAttribute': [], u'published': False,
|
||||||
u'distribution': u'0', u'Attribute': [], u'proposal_email_lock': False,
|
u'distribution': u'0', u'Attribute': [], u'proposal_email_lock': False,
|
||||||
u'threat_level_id': u'1'}}
|
u'threat_level_id': u'1'}}
|
||||||
|
print event
|
||||||
self.assertEqual(event, to_check, 'Failed at creating a new Event')
|
self.assertEqual(event, to_check, 'Failed at creating a new Event')
|
||||||
return int(event_id)
|
return int(event_id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue