X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1aff968589b30a8272b9bbffb8f380f66b143b0d..d3d6e9902c8b03fcd31df253cf395f06f757880a:/test/integration/page_locale_test.rb diff --git a/test/integration/page_locale_test.rb b/test/integration/page_locale_test.rb index 43810db99..60255f66c 100644 --- a/test/integration/page_locale_test.rb +++ b/test/integration/page_locale_test.rb @@ -5,6 +5,7 @@ class PageLocaleTest < ActionDispatch::IntegrationTest def setup I18n.locale = "en" + stub_request(:get, "http://api.hostip.info/country.php?ip=127.0.0.1") end def teardown