reverted my previous commit that broke an assertion

pull/3/head
iglocska 2015-11-13 11:22:04 +01:00
parent de91860d5d
commit 6407693671
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class TestBasic(unittest.TestCase):
event = self.misp.new_event(0, 1, 0, "This is a test")
event_id = self._clean_event(event)
to_check = {u'Event': {u'info': u'This is a test', u'locked': False,
u'attribute_count': None, u'analysis': u'0',
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'}}