fix: Printing does not work when the test passes

tests
chrisr3d 2020-11-18 11:48:45 +01:00
parent 3d8b4f5fe4
commit 5b2aba9aa3
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 1 deletions

View File

@ -400,7 +400,6 @@ class TestExpansions(unittest.TestCase):
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")
def test_reversedns(self):