Skip to content

Commit cc2f657

Browse files
committed
test : fix pin
1 parent a033289 commit cc2f657

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.4.1
2+
- test : fix pin
3+
14
## 2.4.0
25
- vs 18.0.0
36
- dotnet sdk 10.0.100

SecureHttpClient.Test/CertificatePinnerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class CertificatePinnerTest : TestBase, IClassFixture<TestFixture>
2222

2323
private const string Hostname3 = "ecc256.badssl.com";
2424
private const string Page3 = "https://ecc256.badssl.com/";
25-
private static readonly string[] Pins3Ok = ["sha256/g67mY/cD6RvINsd1RSeQf9Ns4PIpUKUd+pw8XpUOf9E="];
25+
private static readonly string[] Pins3Ok = ["sha256/26t/uRGj1KW42EDoTfkthT4JxJF3BiMjHgHUOvHs/O8="];
2626
private static readonly string[] Pins3Ko = ["sha256/zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz="];
2727

2828
public CertificatePinnerTest(TestFixture testFixture) : base(testFixture)

0 commit comments

Comments
 (0)