File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ def cb(result, errorno):
311
311
# google.com. 3270 IN TXT "v=spf1 include:_spf.google.com ~all"
312
312
# google.com. 3270 IN TXT "globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8="
313
313
# google.com. 3270 IN TXT "docusign=1b0a6754-49b1-4db5-8540-d2c12664b289"
314
- self .assertEqual (len (self .result ), 11 )
314
+ self .assertGreater (len (self .result ), 10 )
315
315
316
316
def test_query_txt_bytes1 (self ):
317
317
self .result , self .errorno = None , None
@@ -389,7 +389,7 @@ def test_query_srv(self):
389
389
self .result , self .errorno = None , None
390
390
def cb (result , errorno ):
391
391
self .result , self .errorno = result , errorno
392
- self .channel .query ('_xmpp-server._tcp.google.com ' , pycares .QUERY_TYPE_SRV , cb )
392
+ self .channel .query ('_xmpp-server._tcp.jabber.org ' , pycares .QUERY_TYPE_SRV , cb )
393
393
self .wait ()
394
394
self .assertNoError (self .errorno )
395
395
for r in self .result :
You can’t perform that action at this time.
0 commit comments