Skip to content

Commit

Permalink
Fixes #28050 - rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
James Jeffers committed Dec 16, 2019
1 parent 57f4912 commit 083fac7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/support/pulp3_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ def ensure_creatable(repo, smart_proxy)
end

#delete distribution by name, since its not random due to vcr
byebug
if (dist = service.lookup_distributions(name: service.generate_backend_object_name).first)
byebug
tasks << service.api.delete_distribution(dist.pulp_href)
end

Expand Down

0 comments on commit 083fac7

Please sign in to comment.