Skip to content

Commit

Permalink
test: pick another CNAME record to test dns queries
Browse files Browse the repository at this point in the history
Google.com no longer has a CNAME record.
  • Loading branch information
piscisaureus committed Sep 25, 2012
1 parent ec03c47 commit b5db5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/internet/test-dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b5db5fc

Please sign in to comment.