Commit ee1c38b3 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

change tests host to loopback ip

parent e32e1d01
......@@ -41,7 +41,7 @@ module BaseTestCase
end
def nginx_host
return ENV['NGINX_HOST'].nil? ? "localhost" : ENV['NGINX_HOST']
return ENV['NGINX_HOST'].nil? ? "127.0.0.1" : ENV['NGINX_HOST']
end
def nginx_port
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment