Skip to content

Commit f22792d

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/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
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
def test_dns_record_lookup_empty(self):

0 commit comments

Comments
 (0)