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

small changes to 3 adapter specs #4890

Merged
merged 2 commits into from
Mar 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions test/spec/modules/richaudienceBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
} from 'modules/richaudienceBidAdapter.js';
import {config} from 'src/config.js';
import * as utils from 'src/utils.js';
import { getGlobal } from 'src/prebidGlobal.js';

describe('Richaudience adapter tests', function () {
var DEFAULT_PARAMS = [{
Expand Down Expand Up @@ -279,7 +280,7 @@ describe('Richaudience adapter tests', function () {
});

describe('UID test', function () {
pbjs.setConfig({
getGlobal().setConfig({
consentManagement: {
cmpApi: 'iab',
timeout: 5000,
Expand Down Expand Up @@ -639,7 +640,7 @@ describe('Richaudience adapter tests', function () {
}, [], {consentString: '', gdprApplies: true});
expect(syncs).to.have.lengthOf(0);

pbjs.setConfig({
getGlobal().setConfig({
consentManagement: {
cmpApi: 'iab',
timeout: 5000,
Expand Down