2fa03c5 ipatests: fix test_ipahealthcheck.py::TestIpaHealthCheck

1 file Authored by frenaud 3 years ago, Committed by rcritten 3 years ago,
    ipatests: fix test_ipahealthcheck.py::TestIpaHealthCheck
    
    test_ipa_healthcheck_expiring is assuming that it's executed
    on a KRA-less installation, but the test is executed after
    test_ipa_healthcheck_no_errors that configures the KRA.
    
    With a KRA install, 12 certs are monitored instead of 9.
    
    Fixes: https://pagure.io/freeipa/issue/8439
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>