Skip to content

Commit 3b91af7

Browse files
NoahStappJibola
andauthored
Update test/asynchronous/test_srv_polling.py
Co-authored-by: Jib <[email protected]>
1 parent c48b9f0 commit 3b91af7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/asynchronous/test_srv_polling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ def response_callback(*args):
236236
await self.run_scenario(response_callback, False)
237237

238238
srv_failure_logs = [r for r in cm.records if "SRV monitor check failed" in r.getMessage()]
239-
print(srv_failure_logs)
240239
self.assertEqual(len(srv_failure_logs), 1)
241240

242241
async def test_dns_record_lookup_empty(self):

0 commit comments

Comments
 (0)