mirror of https://github.com/MISP/PyMISP
fix: Typo in the tests
parent
9a2b82a2ae
commit
7ea7ca07d1
|
@ -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__':
|
||||
|
|
Loading…
Reference in New Issue