Skip to content

Commit

Permalink
Merge pull request #8268 from kbrock/drop_update_attributes
Browse files Browse the repository at this point in the history
convert update_attributes to update
  • Loading branch information
Fryguy authored May 20, 2022
2 parents b439672 + 2cbd71d commit ac29c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/catalog_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
end

before do
ems.update_attributes(:inventory_root_groups => [inventory_root_group])
ems.update(:inventory_root_groups => [inventory_root_group])
end

it "returns playbook service template details for provision & retirement tabs for summary screen" do
Expand Down

0 comments on commit ac29c21

Please sign in to comment.