Skip to content

Commit c6930f0

Browse files
committed
tests: fixed a test case which expects 127.0.0.1:53 has nothing to listen on, which is not true when a local DNS caching server is enabled.
1 parent ac009a2 commit c6930f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/014-bugs.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ See more details here: http://mailman.nginx.org/pipermail/nginx-devel/2013-Janua
773773
location /t {
774774
set $myserver nginx.org;
775775
proxy_pass http://$myserver/;
776-
resolver 127.0.0.1;
776+
resolver 127.0.0.1:6789;
777777
}
778778
--- request
779779
GET /t

0 commit comments

Comments
 (0)