Skip to content

Commit

Permalink
Refs #31232 - 3.17 GA cherrypicks and version bump to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Nov 5, 2020
1 parent 21f21d1 commit 8bc50ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/hammer_cli_katello/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HammerCLIKatello
def self.version
@version ||= Gem::Version.new('0.23.1')
@version ||= Gem::Version.new('0.23.2')
end
end
2 changes: 1 addition & 1 deletion test/data/3.17/foreman_api.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion test/functional/host/extensions/update_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module HammerCLIForeman
with_params('id' => host_id.to_s,
'organization_id' => organization_id,
'host' => {
'compute_attributes' => {},
'content_facet_attributes' => {
'content_view_id' => cv_id,
'lifecycle_environment_id' => env_id,
Expand Down

0 comments on commit 8bc50ef

Please sign in to comment.