fix: Monkey debugging

tests
chrisr3d 2020-11-18 15:36:22 +01:00
parent c3970ce11d
commit 61aeea50eb
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ class TestExpansions(unittest.TestCase):
try:
self.assertTrue(self.get_values(response).startswith('8.8.8.8.query.senderbase.org'))
except AssertionError:
print(response)
print(response.json())
self.assertEqual(self.get_errors(response), "No data found by querying known RBLs")
def test_reversedns(self):