Skip to content

Commit 3941d9a

Browse files
halter73Copilot
andauthored
Update src/Security/Authentication/test/CookieTests.cs
Co-authored-by: Copilot <[email protected]>
1 parent 66629db commit 3941d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Authentication/test/CookieTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ private static async Task<IHost> CreateHostWithServices(Action<IServiceCollectio
19331933
app.UseRouting();
19341934
app.UseEndpoints(endpoints =>
19351935
{
1936-
void AddChallengeAndForbidEndpionts(IEndpointRouteBuilder routeGroup)
1936+
void AddChallengeAndForbidEndpoints(IEndpointRouteBuilder routeGroup)
19371937
{
19381938
routeGroup.MapGet("/challenge", async context =>
19391939
{

0 commit comments

Comments
 (0)