FIX: Broken specs

This commit is contained in:
Robin Ward
2018-07-24 12:00:23 -04:00
parent 75b03dab84
commit 7058205f70
2 changed files with 12 additions and 3 deletions

View File

@@ -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