Commit 4ee58935 authored by Bernd Krietenstein's avatar Bernd Krietenstein
Browse files

Fixed test for `X509Req.to_text()`

parent f7754a43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -510,7 +510,7 @@ fn test_convert_req_to_text() {

    const SUBSTRINGS: &[&str] = &[
        "Certificate Request:\n",
        "Version: 1",
        "Version:",
        "Subject: C=AU, ST=Some-State, O=Internet Widgits Pty Ltd, CN=foobar.com\n",
        "Subject Public Key Info:",
        "Signature Algorithm:",