Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 8, 2021
1 parent 5d45681 commit ce6d4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/babashka/java_net_http_test.clj
Expand Up @@ -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"}
Expand Down

0 comments on commit ce6d4aa

Please sign in to comment.