From 6c1f3628a399dc20cb8ff782cd95081f20446912 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Wed, 2 Oct 2024 17:49:02 -0400 Subject: [PATCH] Merge pull request #1271 from agrare/fix_hosts_verify_credentials_task Fix Host verify_credentials_task password expectation (cherry picked from commit e83ac86008e00d7c6f68c5fc1d0db5f26d4425d1) --- spec/requests/hosts_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/requests/hosts_spec.rb b/spec/requests/hosts_spec.rb index 9a720ac17f..36fe4e2323 100644 --- a/spec/requests/hosts_spec.rb +++ b/spec/requests/hosts_spec.rb @@ -126,7 +126,7 @@ verify_options = { "authentications" => { - "default" => {"userid" => "root", "password" => "abc123"} + "default" => {"userid" => "root", "password" => ManageIQ::Password.encrypt("abc123")} } }