Skip to content

Commit

Permalink
(PE-38293) Fix test for modified error message with new Bouncy Castle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Burgan-Illig committed Jul 16, 2024
1 parent 0f02a37 commit 5297bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
(testing "Bad certificate content"
(is (thrown+? [:kind :bad-request
:msg (str "Unable to parse x-client-cert into "
"certificate: -----END CERTIFICATE not found")]
"certificate: -----END CERTIFICATE----- not found")]
(jruby-request-with-client-cert-header
"-----BEGIN%20CERTIFICATE-----%0AM"))))
(testing "No certificate in content"
Expand Down

0 comments on commit 5297bfd

Please sign in to comment.