From 0abe43406a2759db2fc47e3a0e6b6dbd57ec9fdf Mon Sep 17 00:00:00 2001 From: Jameer Pathan <21165044+jameerpathan111@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:43:48 +0100 Subject: [PATCH] Fix assertion for test_katello_certs_check_output_invalid_input --- tests/foreman/sys/test_katello_certs_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/sys/test_katello_certs_check.py b/tests/foreman/sys/test_katello_certs_check.py index 523567e1c00..eb23235893e 100644 --- a/tests/foreman/sys/test_katello_certs_check.py +++ b/tests/foreman/sys/test_katello_certs_check.py @@ -77,7 +77,7 @@ class TestKatelloCertsCheck: ( { 'check': 'Checking CA bundle against the certificate file', - 'message': 'error 26 at 0 depth lookup: unsupported certificate purpose', + 'message': 'error /root/certs/invalid.crt: verification failed', }, 'certs/invalid.crt', 'certs/invalid.key',