diff --git a/tests/tests.yml b/tests/tests.yml index 0271ac3..49bf25c 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -23,7 +23,7 @@ run: "pkidestroy -i pki-tomcat -s CA" - verify_destroy_ca: dir: . - run: "curl http://localhost:8080/ca/admin/ca/getStatus &> testfile.log || true && grep 'Connection refused' testfile.log" + run: "curl http://localhost:8080/ca/admin/ca/getStatus &> testfile.log || true && grep -i 'failed' testfile.log" required_packages: - pki-ca - pki-kra