Skip to content

Commit b5db5fc

Browse files
committed
test: pick another CNAME record to test dns queries
Google.com no longer has a CNAME record.
1 parent ec03c47 commit b5db5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internet/test-dns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ TEST(function test_resolveSrv(done) {
221221

222222

223223
TEST(function test_resolveCname(done) {
224-
var req = dns.resolveCname('www.google.com', function(err, names) {
224+
var req = dns.resolveCname('www.microsoft.com', function(err, names) {
225225
if (err) throw err;
226226

227227
assert.ok(names.length > 0);

0 commit comments

Comments
 (0)