Skip to content

Commit

Permalink
Fix generic object definition spec
Browse files Browse the repository at this point in the history
This went red with the collision of ManageIQ#38 and ManageIQ#40 - updated to use the
new helper.
  • Loading branch information
imtayadeway committed Sep 7, 2017
1 parent 074a3b1 commit 51a841d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/generic_object_definitions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
'name' => 'LoadBalancer Updated',
'description' => 'LoadBalancer description Updated'
}
run_put(generic_object_definitions_url(object_def.name), request)
run_put(api_generic_object_definition_url(nil, object_def.name), request)

expected = {
'name' => 'LoadBalancer Updated',
Expand Down

0 comments on commit 51a841d

Please sign in to comment.