Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs #27485 - Clear proxy settings for tests #8253

Merged
merged 1 commit into from
Aug 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Refs #27485 - Clear proxy settings for tests
  • Loading branch information
chris1984 committed Aug 5, 2019
commit 75193e76b950ef963321a759a26e62e3f85c16e1
1 change: 1 addition & 0 deletions test/actions/katello/repository/discover_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down