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

parrableIdSystem: Consume US Privacy consent data #5197

Merged
merged 9 commits into from
May 11, 2020
Prev Previous commit
Add missing extension to mock xhr import
  • Loading branch information
icflournoy committed May 11, 2020
commit 8f717daeae8762b3fd59b2773b985df29f7dee96
2 changes: 1 addition & 1 deletion test/spec/modules/parrableIdSystem_spec.js
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import { getRefererInfo } from 'src/refererDetection.js';
import { uspDataHandler } from 'src/adapterManager.js';
import { init, requestBidsHook, setSubmoduleRegistry } from 'modules/userId/index.js';
import { parrableIdSubmodule } from 'modules/parrableIdSystem.js';
import { server } from 'test/mocks/xhr';
import { server } from 'test/mocks/xhr.js';

const storage = newStorageManager();