From bc87d6e1e6cf6c2ed27cd16d0eda839554bfcb6e Mon Sep 17 00:00:00 2001
From: Florence Blanc-Renaud <flo@redhat.com>
Date: Mon, 29 Mar 2021 08:44:31 +0200
Subject: [PATCH] ipatests: update expected message

The test TestIpaHealthCheck::test_ipahealthcheck_ds_riplugincheck
is expecting a specific message for the RIPluginCheck
but the message has been updated to fix
4656 - Remove problematic language from UI/CLI/lib389
("enable referint on all suppliers" instead of
"enable referint on all masters").

Shorten the expected msg so that it fits both situations.

Fixes: https://pagure.io/freeipa/issue/8779

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
---
 ipatests/test_integration/test_ipahealthcheck.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ipatests/test_integration/test_ipahealthcheck.py b/ipatests/test_integration/test_ipahealthcheck.py
index 90bde5b585b..09413a187e3 100644
--- a/ipatests/test_integration/test_ipahealthcheck.py
+++ b/ipatests/test_integration/test_ipahealthcheck.py
@@ -1127,7 +1127,6 @@ def test_ipahealthcheck_ds_riplugincheck(self, update_riplugin):
         """
         warn_msg = (
             "We advise that you set this value to 0, and enable referint "
-            "on all masters as it provides a more predictable behaviour.\n"
         )
         returncode, data = run_healthcheck(
             self.master,
