Reacting to ResponseCookie Delete changes (#1362)

594f55947f
This commit is contained in:
Justin Kotalik 2017-08-11 10:24:18 -07:00 committed by GitHub
parent c125022050
commit 4eb1306692
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ namespace Microsoft.AspNetCore.CookiePolicy.Test
Assert.NotNull(transaction.SetCookie);
Assert.Equal(1, transaction.SetCookie.Count);
Assert.Equal("A=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; samesite=lax", transaction.SetCookie[0]);
Assert.Equal("A=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; secure; samesite=lax", transaction.SetCookie[0]);
}
[Fact]