From ce6d4aaf34945bdf60ce073568ee2b485bb00dd9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 8 Oct 2021 14:43:57 +0200 Subject: [PATCH] Fix test --- test/babashka/java_net_http_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/babashka/java_net_http_test.clj b/test/babashka/java_net_http_test.clj index ea856196..e4210ee1 100644 --- a/test/babashka/java_net_http_test.clj +++ b/test/babashka/java_net_http_test.clj @@ -246,7 +246,7 @@ (deftest ssl-context-test (is (= {:expired "java.security.cert.CertificateExpiredException" - :revoked 200 ;; TODO: fix, "sun.security.cert.CertificateRevokedException" + :revoked "java.security.cert.CertificateExpiredException" :self-signed "sun.security.provider.certpath.SunCertPathBuilderException" :untrusted-root "sun.security.provider.certpath.SunCertPathBuilderException" :wrong-host "sun.security.provider.certpath.SunCertPathBuilderException"}