Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/test code set cookie #5996

Merged
merged 10 commits into from
Nov 20, 2020
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