Skip to content

Commit 740ee00

Browse files
author
jiahao
committed
tests: use a domain with ownership instead of notexistdomain.com in t/014-bugs.t.
1 parent 4f5bb05 commit 740ee00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/014-bugs.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ https://github.com/openresty/lua-nginx-module/issues/1915
179179
return true
180180
end
181181

182-
local host = "www.notexistdomain.com"
182+
local host = "notexistdomain.openresty.org"
183183
local port = 80
184184

185185
local threads = {}
@@ -205,7 +205,7 @@ GET /t
205205
--- response_body
206206
res: false
207207
--- error_log
208-
www.notexistdomain.com could not be resolved
208+
notexistdomain.openresty.org could not be resolved
209209

210210

211211

@@ -279,7 +279,7 @@ https://github.com/openresty/lua-nginx-module/issues/1915
279279
return true
280280
end
281281

282-
local host = "www.notexistdomain.com"
282+
local host = "notexistdomain.openresty.org"
283283
local port = 80
284284

285285
local threads = {}
@@ -305,7 +305,7 @@ GET /t
305305
--- response_body
306306
res: false
307307
--- error_log
308-
www.notexistdomain.com could not be resolved
308+
notexistdomain.openresty.org could not be resolved
309309

310310

311311

0 commit comments

Comments
 (0)