Skip to content

Commit

Permalink
Update conversion host specs to use VM auth
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiendupont committed Oct 30, 2019
1 parent 165a212 commit 76017c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/conversion_host_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
end

it "finds the credentials associated with the resource if credentials cannot be found for the conversion host" do
vm.ext_management_system.authentications << auth_default
vm.authentications << auth_default
host.authentications << auth_default
expect(conversion_host_vm.send(:find_credentials)).to eq(auth_default)
expect(conversion_host_host.send(:find_credentials)).to eq(auth_default)
Expand Down

0 comments on commit 76017c4

Please sign in to comment.