From 75193e76b950ef963321a759a26e62e3f85c16e1 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 5 Aug 2019 16:02:13 -0400 Subject: [PATCH] Refs #27485 - Clear proxy settings for tests --- test/actions/katello/repository/discover_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/actions/katello/repository/discover_test.rb b/test/actions/katello/repository/discover_test.rb index 7abe7faf4ea..d7f8b1a0552 100644 --- a/test/actions/katello/repository/discover_test.rb +++ b/test/actions/katello/repository/discover_test.rb @@ -13,6 +13,7 @@ module Actions let(:action_class) { ::Actions::Katello::Repository::Discover } def setup + SETTINGS[:katello][:cdn_proxy] = {} get_organization #ensure we have an org label end