fix: [tests] Added missing variable

pull/360/head
chrisr3d 3 years ago
parent 3f7ee7c1a2
commit aa721acfd9
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
  1. 2
      tests/test_expansions.py

@ -108,6 +108,7 @@ class TestExpansions(unittest.TestCase):
except Exception:
self.assertTrue(self.get_errors(response).startswith('There is an authentication error'))
else:
response = self.misp_modules_post(query)
self.assertTrue(self.get_errors(response).startswith('CIRCL Passive DNS authentication is incomplete'))
def test_circl_passivessl(self):
@ -125,6 +126,7 @@ class TestExpansions(unittest.TestCase):
except Exception:
self.assertTrue(self.get_errors(response).startswith('There is an authentication error'))
else:
response = self.misp_modules_post(query)
self.assertTrue(self.get_errors(response).startswith('CIRCL Passive SSL authentication is incomplete'))
def test_countrycode(self):

Loading…
Cancel
Save