From 0dd4fa310b44166ab571b30be5c40f829d26e67f Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 19 Feb 2024 13:21:12 -0800 Subject: [PATCH] use localhost for CI --- test/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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