Skip to content

Commit

Permalink
Update test_query_ptr test to use address with PTR record
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Kitterman authored and saghul committed Jan 2, 2024
1 parent 0bb9fb5 commit 816e48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_query_naptr(self):
self.assertTrue(result)

def test_query_ptr(self):
ip = '8.8.8.8'
ip = '172.253.122.26'
f = self.resolver.query(ipaddress.ip_address(ip).reverse_pointer, 'PTR')
result = self.loop.run_until_complete(f)
self.assertTrue(result)
Expand Down

0 comments on commit 816e48d

Please sign in to comment.