mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Broken specs
This commit is contained in:
@@ -304,7 +304,7 @@ class FinalDestination
|
||||
|
||||
def self.lookup_ip(host)
|
||||
if Rails.env.test?
|
||||
"0.0.0.0"
|
||||
"1.1.1.1"
|
||||
else
|
||||
IPSocket::getaddress(host)
|
||||
end
|
||||
|
Reference in New Issue
Block a user