Skip to content

Commit

Permalink
Merge pull request ManageIQ#1271 from agrare/fix_hosts_verify_credent…
Browse files Browse the repository at this point in the history
…ials_task

Fix Host verify_credentials_task password expectation

(cherry picked from commit e83ac86)
  • Loading branch information
Fryguy authored and agrare committed Oct 2, 2024
1 parent c195eab commit 4e1b0e2
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 4e1b0e2

Please sign in to comment.