chg: Fix travis tests due to sighting_timestamp

pull/464/head
Raphaël Vinot 2019-09-16 13:10:14 +02:00
parent 7324ae72e6
commit 605cdc21ef
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class TestBasic(unittest.TestCase):
u'Object': [], u'Org': {'local': True, u'name': u'ORGNAME'},
u'Orgc': {'local': True, u'name': u'ORGNAME'},
u'Galaxy': [],
u'sighting_timestamp': '0',
u'threat_level_id': u'1'}}
self.assertEqual(event, to_check, 'Failed at creating a new Event')
return int(event_id)