chg: [test] feed test updated as botvrij is now TLS by default

pull/500/head
Alexandre Dulaunoy 2019-11-05 10:52:34 +01:00
parent 87fd06a889
commit 204fd6ba8c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -1757,7 +1757,7 @@ class TestComprehensive(unittest.TestCase):
break
# Get
botvrij = self.admin_misp_connector.get_feed(feed, pythonify=True)
self.assertEqual(botvrij.url, "http://www.botvrij.eu/data/feed-osint")
self.assertEqual(botvrij.url, "https://www.botvrij.eu/data/feed-osint")
# Enable
# MISP OSINT
feed = self.admin_misp_connector.enable_feed(feeds[0].id, pythonify=True)