mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Feat: Perfect privacy support (#606)
This commit is contained in:
@@ -25,7 +25,7 @@ func Test_extractPEM(t *testing.T) {
|
||||
err: errors.New("cannot decode PEM encoded block"),
|
||||
},
|
||||
"valid data": {
|
||||
name: "certificate",
|
||||
name: "CERTIFICATE",
|
||||
b: []byte(validCertPEM),
|
||||
encodedData: validCertData,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user