chg: [test] remove attribute field which was not foreseen in 2.4 branch

Signed-off: by the Hungarian leader
pull/464/head
Alexandre Dulaunoy 2019-09-16 15:06:05 +02:00
parent 605cdc21ef
commit b67cec60a3
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ class TestBasic(unittest.TestCase):
u'Object': [], u'Org': {'local': True, u'name': u'ORGNAME'}, u'Object': [], u'Org': {'local': True, u'name': u'ORGNAME'},
u'Orgc': {'local': True, u'name': u'ORGNAME'}, u'Orgc': {'local': True, u'name': u'ORGNAME'},
u'Galaxy': [], u'Galaxy': [],
u'sighting_timestamp': '0',
u'threat_level_id': u'1'}} u'threat_level_id': u'1'}}
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)