Skip to content

Commit 816e48d

Browse files
Scott Kittermansaghul
authored andcommitted
Update test_query_ptr test to use address with PTR record
1 parent 0bb9fb5 commit 816e48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_query_naptr(self):
8080
self.assertTrue(result)
8181

8282
def test_query_ptr(self):
83-
ip = '8.8.8.8'
83+
ip = '172.253.122.26'
8484
f = self.resolver.query(ipaddress.ip_address(ip).reverse_pointer, 'PTR')
8585
result = self.loop.run_until_complete(f)
8686
self.assertTrue(result)

0 commit comments

Comments
 (0)