Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Security/Authentication/test/CookieTests.cs')
-rw-r--r--src/Security/Authentication/test/CookieTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Security/Authentication/test/CookieTests.cs b/src/Security/Authentication/test/CookieTests.cs
index d4169b2e6c..484709bb18 100644
--- a/src/Security/Authentication/test/CookieTests.cs
+++ b/src/Security/Authentication/test/CookieTests.cs
@@ -1652,7 +1652,7 @@ public class CookieTests : SharedAuthenticationTests<CookieAuthenticationOptions
})))
.Build();
await host1.StartAsync();
- using var server1 = host1.GetTestServer(); ;
+ using var server1 = host1.GetTestServer();
var transaction = await SendAsync(server1, "http://example.com/stuff");
Assert.NotNull(transaction.SetCookie);