Skip to content

Commit

Permalink
Update ClaimsInDelegatingHandlerTests.cs
Browse files Browse the repository at this point in the history
One line definition of the auto-property
  • Loading branch information
raman-m committed Aug 1, 2023
1 parent 6a6d96d commit 55d2738
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,7 @@ private class FakeHandler : DelegatingHandler, IDelegatingHandlerWithHttpContext
public static bool ClaimsExist { get; private set; }
public static string ClaimSubject { get; private set; }

public HttpContext HttpContext
{
get;
set;
}
public HttpContext HttpContext { get; set; }

protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
{
Expand Down

0 comments on commit 55d2738

Please sign in to comment.