Skip to content

Commit

Permalink
Fix assertion for test_katello_certs_check_output_invalid_input
Browse files Browse the repository at this point in the history
  • Loading branch information
jameerpathan111 committed Nov 26, 2024
1 parent ca13bde commit 1d8f04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/sys/test_katello_certs_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 26 at 0 depth lookup: unsuitable certificate purpose',
},
'certs/invalid.crt',
'certs/invalid.key',
Expand Down

0 comments on commit 1d8f04b

Please sign in to comment.