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
  • Loading branch information
Fryguy authored Oct 2, 2024
2 parents 46ee324 + 84ad444 commit e83ac86
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 e83ac86

Please sign in to comment.