fix: Typo in the tests

pull/146/head
Raphaël Vinot 2017-12-01 14:40:52 +01:00
parent 9a2b82a2ae
commit 7ea7ca07d1
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ class TestBasic(unittest.TestCase):
def test_live_acl(self):
query_acl = self.misp.get_live_query_acl()
self.assertEqual(query_acl, [])
self.assertEqual(query_acl['response'], [])
if __name__ == '__main__':