Skip to content

Commit

Permalink
Merge pull request #25 from iglocska/master
Browse files Browse the repository at this point in the history
reverted my previous commit that broke an assertion
  • Loading branch information
adulau committed Nov 13, 2015
2 parents 07ec7b8 + 6407693 commit 205baa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def new_event(self):
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'}}
Expand Down

0 comments on commit 205baa2

Please sign in to comment.