Skip to content

Commit

Permalink
Merge pull request #14585 from jntullo/fix/remove_manager_ref
Browse files Browse the repository at this point in the history
Update configuration_script_payloads spec
  • Loading branch information
abellotti authored Apr 3, 2017
2 parents 2875c6c + b103d52 commit cbbae91
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions spec/requests/api/configuration_script_payloads_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,11 @@
let(:playbook) { FactoryGirl.create(:configuration_script_payload, :manager => manager) }
let(:params) do
{
:action => 'create',
:description => "Description",
:name => "A Credential",
:related => {},
:type => 'ManageIQ::Providers::AnsibleTower::AutomationManager::Credential',
:manager_resource => { :href => providers_url(manager.id) }
:action => 'create',
:description => "Description",
:name => "A Credential",
:related => {},
:type => 'ManageIQ::Providers::AnsibleTower::AutomationManager::Credential'
}
end

Expand Down

0 comments on commit cbbae91

Please sign in to comment.