From 4e5ad5a7fe6b1a813ce9773da7cc34f2cea9bf26 Mon Sep 17 00:00:00 2001
From: Petr Vobornik <pvoborni@redhat.com>
Date: Tue, 25 Feb 2020 23:21:51 +0100
Subject: [PATCH] test_pwpolicy: unite admin passwords

One test did not use the admin password as the rest of the tests.
This caused the tests/pwpolicy/test_pwpolicy.yml suite to fail.

Changing the password to the same as in others fixes the issue.

Signed-off-by: Petr Vobornik <pvoborni@redhat.com>
---
 tests/pwpolicy/test_pwpolicy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pwpolicy/test_pwpolicy.yml b/tests/pwpolicy/test_pwpolicy.yml
index 1a01fca6..d5a254e4 100644
--- a/tests/pwpolicy/test_pwpolicy.yml
+++ b/tests/pwpolicy/test_pwpolicy.yml
@@ -94,7 +94,7 @@
 
   - name: Ensure maxlife of 90 for global_policy
     ipapwpolicy:
-      ipaadmin_password: MyPassword123
+      ipaadmin_password: SomeADMINpassword
       maxlife: 90
     register: result
     failed_when: not result.changed
-- 
GitLab