Skip to content

Commit

Permalink
tests: use a domain with ownership instead of notexistdomain.com in t…
Browse files Browse the repository at this point in the history
…/014-bugs.t.
  • Loading branch information
jiahao committed Oct 27, 2021
1 parent 4f5bb05 commit 740ee00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/014-bugs.t
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ https://github.com/openresty/lua-nginx-module/issues/1915
return true
end

local host = "www.notexistdomain.com"
local host = "notexistdomain.openresty.org"
local port = 80

local threads = {}
Expand All @@ -205,7 +205,7 @@ GET /t
--- response_body
res: false
--- error_log
www.notexistdomain.com could not be resolved
notexistdomain.openresty.org could not be resolved



Expand Down Expand Up @@ -279,7 +279,7 @@ https://github.com/openresty/lua-nginx-module/issues/1915
return true
end

local host = "www.notexistdomain.com"
local host = "notexistdomain.openresty.org"
local port = 80

local threads = {}
Expand All @@ -305,7 +305,7 @@ GET /t
--- response_body
res: false
--- error_log
www.notexistdomain.com could not be resolved
notexistdomain.openresty.org could not be resolved



Expand Down

0 comments on commit 740ee00

Please sign in to comment.