Ignore order in event

pull/36/head
Raphaël Vinot 2016-12-07 11:32:14 +01:00
parent 5bc4db789b
commit db182ce286
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class TestBasic(unittest.TestCase):
u'threat_level_id': u'1'},
u'Galaxy': []}
print(event)
self.assertEqual(event, to_check, 'Failed at creating a new Event')
self.assertCountEqual(event, to_check, 'Failed at creating a new Event')
return int(event_id)
def add_hashes(self, eventid):