mirror of https://github.com/MISP/misp-modules
fix: have I been pwned API changed again.
parent
c019e4d997
commit
696bafa749
|
@ -43,7 +43,7 @@ class TestExpansions(unittest.TestCase):
|
||||||
query = {"module": "hibp", "email-src": "info@circl.lu"}
|
query = {"module": "hibp", "email-src": "info@circl.lu"}
|
||||||
response = self.misp_modules_post(query)
|
response = self.misp_modules_post(query)
|
||||||
to_check = self.get_values(response)
|
to_check = self.get_values(response)
|
||||||
if to_check == "haveibeenpwned.com API not accessible (HTTP 403)":
|
if to_check == "haveibeenpwned.com API not accessible (HTTP 401)":
|
||||||
self.skipTest(f"haveibeenpwned blocks travis IPs: {response}")
|
self.skipTest(f"haveibeenpwned blocks travis IPs: {response}")
|
||||||
self.assertEqual(to_check, 'OK (Not Found)', response)
|
self.assertEqual(to_check, 'OK (Not Found)', response)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue