Skip to content

Commit

Permalink
fix: Properly test query ACLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Mar 25, 2019
1 parent a2d5a8a commit 64bcaad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testlive_comprehensive.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,8 +1099,7 @@ def test_search_type_event_csv(self):

def test_live_acl(self):
missing_acls = self.admin_misp_connector.get_live_query_acl()
self.assertTrue('response' in missing_acls, msg=missing_acls)
self.assertEqual(missing_acls['response'], [], msg=missing_acls)
self.assertEqual(missing_acls, [], msg=missing_acls)


if __name__ == '__main__':
Expand Down

0 comments on commit 64bcaad

Please sign in to comment.