Skip to content

Commit 8b82ea6

Browse files
committed
Remove test for o_ae parameter in rubicon adapter when fledge is enabled
1 parent d758e03 commit 8b82ea6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/spec/modules/rubiconBidAdapter_spec.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2890,15 +2890,6 @@ describe('the rubicon adapter', function () {
28902890
expect(slotParams.kw).to.equal('a,b,c');
28912891
});
28922892

2893-
it('should pass along o_ae param when fledge is enabled', () => {
2894-
const localBidRequest = Object.assign({}, bidderRequest.bids[0]);
2895-
localBidRequest.ortb2Imp.ext.ae = true;
2896-
2897-
const slotParams = spec.createSlotParams(localBidRequest, bidderRequest);
2898-
2899-
expect(slotParams['o_ae']).to.equal(1)
2900-
});
2901-
29022893
it('should add p_site.mobile if mobile is a number in ortb2.site', function () {
29032894
// Set up a bidRequest with mobile property as a number
29042895
const localBidderRequest = Object.assign({}, bidderRequest);

0 commit comments

Comments
 (0)