Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Nov 9, 2023
1 parent 64136ad commit 8d250c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/api/test_http_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def test_positive_end_to_end(setup_http_proxy, module_target_sat, module_manifes
assert repo_2.http_proxy_policy == 'global_default_http_proxy'

# Update to selected_http_proxy
repo_2 = module_target_sat.api.Repository(id=repo_2.id, http_proxy_policy='none').update()
assert repo_2.http_proxy_policy == 'none'
module_target_sat.api.Repository(id=repo_2.id, http_proxy_policy='none').update()
assert repo_2.read().http_proxy_policy == 'none'

# test scenario for yum type repo discovery.
repo_name = 'fakerepo01'
Expand Down

0 comments on commit 8d250c8

Please sign in to comment.