Skip to content

Commit

Permalink
Remove duplicate param to fix unit tests (prebid#4459)
Browse files Browse the repository at this point in the history
  • Loading branch information
msm0504 authored and sa1omon committed Nov 28, 2019
1 parent 7ba683c commit 9a78e3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ export const spec = {
'gdpr',
'gdpr_consent',
'rp_schain',
'rf',
'tpid_tdid',
'tpid_liveintent.com',
'tg_v.LIseg',
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/rubiconBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ describe('the rubicon adapter', function () {
});
});

describe.only('Supply Chain Support', function() {
describe('Supply Chain Support', function() {
const nodePropsOrder = ['asi', 'sid', 'hp', 'rid', 'name', 'domain'];
let bidRequests;
let schainConfig;
Expand Down

0 comments on commit 9a78e3c

Please sign in to comment.