Skip to content

Commit

Permalink
Merge pull request #1271 from agrare/fix_hosts_verify_credentials_task
Browse files Browse the repository at this point in the history
Fix Host verify_credentials_task password expectation

(cherry picked from commit e83ac86)
  • Loading branch information
Fryguy committed Oct 8, 2024
1 parent bba128b commit 6c1f362
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 @@ -126,7 +126,7 @@

verify_options = {
"authentications" => {
"default" => {"userid" => "root", "password" => "abc123"}
"default" => {"userid" => "root", "password" => ManageIQ::Password.encrypt("abc123")}
}
}

Expand Down

0 comments on commit 6c1f362

Please sign in to comment.