diff --git a/test/helper.rb b/test/helper.rb index 7c4d029..1cd5667 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -15,7 +15,7 @@ def self.locale end # ENV["FAKTORY_URL"] = "tcp+tls://test.contribsys.com:7419" -ENV["FAKTORY_URL"] = "tcp://test.contribsys.com:7419" +ENV["FAKTORY_URL"] = "tcp://localhost:7419" require "minitest/hooks/test" class LiveTest < Minitest::Test