mirror of
https://github.com/nodejs/node.git
synced 2025-05-06 20:08:02 +00:00
test: pick another CNAME record to test dns queries
Google.com no longer has a CNAME record.
This commit is contained in:
parent
ec03c47c19
commit
b5db5fc9dc
@ -221,7 +221,7 @@ TEST(function test_resolveSrv(done) {
|
||||
|
||||
|
||||
TEST(function test_resolveCname(done) {
|
||||
var req = dns.resolveCname('www.google.com', function(err, names) {
|
||||
var req = dns.resolveCname('www.microsoft.com', function(err, names) {
|
||||
if (err) throw err;
|
||||
|
||||
assert.ok(names.length > 0);
|
||||
|
Loading…
Reference in New Issue
Block a user