Skip to content

Commit

Permalink
fix: CIRCL has more NS records now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed May 23, 2024
1 parent 27371bd commit 5827c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_auth(self) -> None:
for i in x.iter_query('circl.lu', filter_rrtype='AAAA'):
self.assertEqual(i.rrname, '2a00:5980:93::14')
ns_records = [i for i in x.iter_query('circl.lu', filter_rrtype='NS')]
self.assertEqual(len(ns_records), 4)
self.assertEqual(len(ns_records), 8, ns_records)
sorted_query = x.query('circl.lu', sort_by='rrname')
self.assertEqual(sorted_query[0]['rrname'], '10 cppy.circl.lu')

Expand Down

0 comments on commit 5827c71

Please sign in to comment.