We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48b9f0 commit 3b91af7Copy full SHA for 3b91af7
test/asynchronous/test_srv_polling.py
@@ -236,7 +236,6 @@ def response_callback(*args):
236
await self.run_scenario(response_callback, False)
237
238
srv_failure_logs = [r for r in cm.records if "SRV monitor check failed" in r.getMessage()]
239
- print(srv_failure_logs)
240
self.assertEqual(len(srv_failure_logs), 1)
241
242
async def test_dns_record_lookup_empty(self):
0 commit comments