Skip to content

Commit d106f4e

Browse files
HaoKwtgodbe
authored andcommitted
Fix spacing
1 parent 73a9132 commit d106f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Security/Authentication/test/CertificateTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public async Task VerifyClientCertWithUntrustedRootAndTrustedChainEndsUpInForbid
330330
Assert.Equal(HttpStatusCode.Forbidden, response.StatusCode);
331331
}
332332

333-
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/39669")]
333+
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/39669")]
334334
public async Task VerifyValidClientCertWithTrustedChainAuthenticates()
335335
{
336336
using var host = await CreateHost(
@@ -347,7 +347,7 @@ public async Task VerifyValidClientCertWithTrustedChainAuthenticates()
347347
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
348348
}
349349

350-
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/39669")]
350+
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/39669")]
351351
public async Task VerifyValidClientCertWithAdditionalCertificatesAuthenticates()
352352
{
353353
using var host = await CreateHost(

0 commit comments

Comments
 (0)