mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: update expected error message
With commit ec6698f , the error message has changed from
Unable to communicate with CMS (503)
to
Request failed with status 503: Non-2xx response from CA REST API: 503. (503)
Related: https://pagure.io/freeipa/issue/8704
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
committed by
Alexander Bokovoy
parent
84f52ea8fc
commit
137b39cf93
@@ -436,7 +436,8 @@ class TestIpaHealthCheck(IntegrationTest):
|
||||
error_msg = (
|
||||
"Request for certificate failed, "
|
||||
"Certificate operation cannot be completed: "
|
||||
"Unable to communicate with CMS (503)"
|
||||
"Request failed with status 503: "
|
||||
"Non-2xx response from CA REST API: 503. (503)"
|
||||
)
|
||||
returncode, data = run_healthcheck(
|
||||
self.master, "ipahealthcheck.dogtag.ca",
|
||||
|
||||
Reference in New Issue
Block a user