Skip to content

Commit

Permalink
Fix/test code set cookie (prebid#5996)
Browse files Browse the repository at this point in the history
* add relaido adapter

* remove event listener

* fixed UserSyncs and e.data

* fix conflicts

* use storage Class

Co-authored-by: ishigami_shingo <s.ishigami@relaido.co.jp>
Co-authored-by: cmertv-sishigami <s.ishigami@cmertv.com>
Co-authored-by: t_bun <t.bun@cmertv.com>
  • Loading branch information
4 people authored and stsepelin committed May 28, 2021
1 parent cdfcae4 commit 6319fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spec/modules/relaidoBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const storage = getStorageManager();
storage.setCookie(UUID_KEY, relaido_uuid);

describe('RelaidoAdapter', function () {
window.document.cookie = `${UUID_KEY}=${relaido_uuid}`
let bidRequest;
let bidderRequest;
let serverResponse;
Expand Down

0 comments on commit 6319fa9

Please sign in to comment.