Skip to content

Commit

Permalink
fixed the test case for CNAME query of www.google.com.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 13, 2012
1 parent 0cc00c8 commit 324bc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/sanity.t
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GET /t
return
end
local ans, err = r:query("www.google.com", { qtype = r.TYPE_CNAME })
local ans, err = r:query("www.yahoo.com", { qtype = r.TYPE_CNAME })
if not ans then
ngx.say("failed to query: ", err)
return
Expand Down

0 comments on commit 324bc3c

Please sign in to comment.