Skip to content

Commit

Permalink
prc
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-nilesh-chate committed Feb 22, 2024
1 parent dabc8bb commit fdc2829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/cookie_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func TestCookieSyncHandle(t *testing.T) {
},
},
{
description: "CookieDeprecation enabled for account, receive-cookie-deprecation cookie present in request, cookie deprecation header not set in response",
description: "CookieDeprecation not set in repsonse" // CookieDeprecation enabled for account, receive-cookie-deprecation cookie present in request, cookie deprecation header not set in response

Check failure on line 302 in endpoints/cookie_sync_test.go

View workflow job for this annotation

GitHub Actions / validate (1.19.x, ubuntu-20.04)

missing ',' before newline in composite literal

Check failure on line 302 in endpoints/cookie_sync_test.go

View workflow job for this annotation

GitHub Actions / validate (1.19.x, ubuntu-20.04)

missing ',' before newline in composite literal

Check failure on line 302 in endpoints/cookie_sync_test.go

View workflow job for this annotation

GitHub Actions / validate (1.20.x, ubuntu-20.04)

missing ',' before newline in composite literal

Check failure on line 302 in endpoints/cookie_sync_test.go

View workflow job for this annotation

GitHub Actions / validate (1.20.x, ubuntu-20.04)

missing ',' before newline in composite literal
givenCookie: cookieWithSyncs,
givenChromeDeprecationCookie: true,
givenBody: strings.NewReader(`{"account": "testAccount"}`),
Expand Down

0 comments on commit fdc2829

Please sign in to comment.