Skip to content

Commit

Permalink
fix: Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 25, 2018
1 parent 6cee5ee commit 2e21c25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/testlive_comprehensive.py
Expand Up @@ -580,7 +580,10 @@ def test_simple_event(self):
# self.assertEqual(len(events), 1)

# warninglist
self.admin_misp_connector.update_warninglists()
a = self.admin_misp_connector.update_warninglists()
print(a)
b = self.admin_misp_connector.update_noticelists()
print(b)
response = self.admin_misp_connector.toggle_warninglist(warninglist_name='%dns resolv%', force_enable=True) # enable ipv4 DNS.
self.assertDictEqual(response, {'saved': True, 'success': '3 warninglist(s) enabled'})
second.add_attribute('ip-src', '9.9.9.9')
Expand Down

0 comments on commit 2e21c25

Please sign in to comment.