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 0fbe44a commit 54310ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def test_query_ptr(self):
self.result, self.errorno = None, None
def cb(result, errorno):
self.result, self.errorno = result, errorno
ip = '8.8.8.8'
ip = '172.253.122.26'
self.channel.query(ipaddress.ip_address(ip).reverse_pointer, pycares.QUERY_TYPE_PTR, cb)
self.wait()
self.assertNoError(self.errorno)
Expand Down

0 comments on commit 54310ff

Please sign in to comment.