Skip to content

Commit e27e594

Browse files
HaoKdougbu
authored andcommitted
Fixup
1 parent f44f08a commit e27e594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Security/Authentication/test/CertificateTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ public async Task VerifyUntrustedClientCertEndsUpInForbidden()
289289
Assert.Equal(HttpStatusCode.Forbidden, response.StatusCode);
290290
}
291291

292+
[Fact]
292293
public async Task VerifyClientCertWithUntrustedRootAndTrustedChainEndsUpInForbidden()
293294
{
294295
using var host = await CreateHost(

0 commit comments

Comments
 (0)