Fixed a typo causing the tests to fail

pull/3/head
iglocska 2015-11-13 10:47:32 +01:00
parent ca262ca4c1
commit fc1193e53e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class TestBasic(unittest.TestCase):
u'attribute_count': u'0', u'analysis': u'0',
u'ShadowAttribute': [], u'published': False,
u'distribution': u'0', u'Attribute': [], u'proposal_email_lock': False,
u'threat_level_id': u'1'}},
u'threat_level_id': u'1'}}
self.assertEqual(event, to_check, 'Failed at creating a new Event')
return int(event_id)