From 43bcea26911817488217c60b6960ddf380ff934e Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Wed, 18 Nov 2020 10:39:18 +0100 Subject: [PATCH] Debugging the rbl module test --- tests/test_expansions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_expansions.py b/tests/test_expansions.py index 3d3d024..0bc9afe 100644 --- a/tests/test_expansions.py +++ b/tests/test_expansions.py @@ -398,6 +398,8 @@ class TestExpansions(unittest.TestCase): response = self.misp_modules_post(query) try: self.assertTrue(self.get_values(response).startswith('8.8.8.8.query.senderbase.org')) + except AssertionError: + print(response) except Exception: self.assertEqual(self.get_errors(response), "No data found by querying known RBLs")