From d19f032422a17261e55878d2466c5cc0f3eed66b Mon Sep 17 00:00:00 2001 From: Shalini Khandelwal Date: Thu, 4 Jul 2024 12:58:59 +0000 Subject: [PATCH] Update tests.yml to fix failing verify_destroy_ca test --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index a6d1fb9..eeda40d 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: - ldapjdk - pki-ca