fixing test

This commit is contained in:
theexiile1305 2024-09-18 14:35:40 +02:00
parent 41a81966d8
commit 894936092e
No known key found for this signature in database
GPG key ID: A1BDDE98F2BF6E40

View file

@ -64,7 +64,7 @@ func TestContentType_String(t *testing.T) {
{ {
"ContentType: pkcs7-signature", typeSMimeSigned, "ContentType: pkcs7-signature", typeSMimeSigned,
`application/pkcs7-signature; name="smime.p7s"; smime-type=signed-data`, `application/pkcs7-signature; name="smime.p7s"`,
}, },
} }
for _, tt := range tests { for _, tt := range tests {