Skip to content

Commit

Permalink
Merge pull request #1272 from agrare/quinteros_fix_hosts_verify_crede…
Browse files Browse the repository at this point in the history
…ntials_task

[QUINTEROS] Fix Host verify_credentials_task password expectation
  • Loading branch information
Fryguy authored Oct 2, 2024
2 parents c195eab + 4e1b0e2 commit cb1cd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/hosts_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

verify_options = {
:credentials => {
"default" => {:userid => "root", :password => "abc123"}
"default" => {:userid => "root", :password => ManageIQ::Password.encrypt("abc123")}
},
:remember_host => true
}
Expand Down

0 comments on commit cb1cd1b

Please sign in to comment.