Update tests

pull/41/head
Raphaël Vinot 2017-01-11 14:50:58 -05:00
parent 56a18275bb
commit 15fb54b032
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class TestOffline(unittest.TestCase):
self.initURI(m)
pymisp = PyMISP(self.domain, self.key)
sharing_groups = pymisp.get_sharing_groups()
self.assertEqual(sharing_groups, self.sharing_groups['response'][0])
self.assertEqual(sharing_groups[0], self.sharing_groups['response'][0])
def test_auth_error(self, m):
self.initURI(m)