[RWS] Remove outdated sameParty attributes in test cases
Bug: 1348588
Change-Id: Iee175be755a775c312811a1021beddc5f2685520
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5105397
Auto-Submit: Chris Fredrickson <cfredric@chromium.org>
Reviewed-by: David Roger <droger@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1235613}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
7bb45ba617
commit
342f9751ae
@ -60,7 +60,6 @@ TEST(OAuthMultiloginResultTest, TryParseCookiesFromValue) {
|
||||
"isHttpOnly":false,
|
||||
"priority":"HIGH",
|
||||
"maxAge":63070000,
|
||||
"sameParty": "0"
|
||||
},
|
||||
{
|
||||
"name":"HSID",
|
||||
@ -80,7 +79,6 @@ TEST(OAuthMultiloginResultTest, TryParseCookiesFromValue) {
|
||||
"isHttpOnly": true,
|
||||
"maxAge": 63072000,
|
||||
"priority": "HIGH",
|
||||
"sameParty": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -407,7 +405,6 @@ TEST(OAuthMultiloginResultTest, ParseRealResponseFromGaia_2021_10) {
|
||||
"isHttpOnly": true,
|
||||
"maxAge": 63072000,
|
||||
"priority": "HIGH",
|
||||
"sameParty": "1"
|
||||
},
|
||||
{
|
||||
"name": "__Secure-3PSID",
|
||||
@ -469,7 +466,6 @@ TEST(OAuthMultiloginResultTest, ParseRealResponseFromGaia_2021_10) {
|
||||
"isHttpOnly": false,
|
||||
"maxAge": 63072000,
|
||||
"priority": "HIGH",
|
||||
"sameParty": "1"
|
||||
},
|
||||
{
|
||||
"name": "__Secure-3PAPISID",
|
||||
@ -501,7 +497,6 @@ TEST(OAuthMultiloginResultTest, ParseRealResponseFromGaia_2021_10) {
|
||||
"isHttpOnly": true,
|
||||
"maxAge": 63072000,
|
||||
"priority": "HIGH",
|
||||
"sameParty": "1"
|
||||
},
|
||||
{
|
||||
"name": "__Secure-3PSID",
|
||||
@ -563,7 +558,6 @@ TEST(OAuthMultiloginResultTest, ParseRealResponseFromGaia_2021_10) {
|
||||
"isHttpOnly": false,
|
||||
"maxAge": 63072000,
|
||||
"priority": "HIGH",
|
||||
"sameParty": "1"
|
||||
},
|
||||
{
|
||||
"name": "__Secure-3PAPISID",
|
||||
@ -595,7 +589,6 @@ TEST(OAuthMultiloginResultTest, ParseRealResponseFromGaia_2021_10) {
|
||||
"isHttpOnly": true,
|
||||
"maxAge": 63072000,
|
||||
"priority": "HIGH",
|
||||
"sameParty": "1"
|
||||
},
|
||||
{
|
||||
"name": "__Secure-3PSID",
|
||||
@ -627,7 +620,6 @@ TEST(OAuthMultiloginResultTest, ParseRealResponseFromGaia_2021_10) {
|
||||
"isHttpOnly": true,
|
||||
"maxAge": 63072000,
|
||||
"priority": "HIGH",
|
||||
"sameParty": "1"
|
||||
},
|
||||
{
|
||||
"name": "__Host-3PLSID",
|
||||
@ -689,7 +681,6 @@ TEST(OAuthMultiloginResultTest, ParseRealResponseFromGaia_2021_10) {
|
||||
"isHttpOnly": false,
|
||||
"maxAge": 63072000,
|
||||
"priority": "HIGH",
|
||||
"sameParty": "1"
|
||||
},
|
||||
{
|
||||
"name": "__Secure-3PAPISID",
|
||||
|
Reference in New Issue
Block a user