@@ -551,8 +551,8 @@ func reportDetectedCookies(t *testing.T, c *testutil.Client, bannerID string, na
|
|||||||
t.Helper()
|
t.Helper()
|
||||||
|
|
||||||
type entry struct {
|
type entry struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Source string `json:"source"`
|
Source string `json:"source"`
|
||||||
}
|
}
|
||||||
cookies := make([]entry, len(names))
|
cookies := make([]entry, len(names))
|
||||||
for i, n := range names {
|
for i, n := range names {
|
||||||
|
|||||||
Reference in New Issue
Block a user