Skip to content

Commit

Permalink
test(permutiveRtd): remove outdated appnexus test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioGargaro committed Mar 8, 2023
1 parent f4a2062 commit 77eb7ed
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions test/spec/modules/permutiveRtdProvider_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,25 +514,6 @@ describe('permutiveRtdProvider', function () {
})

describe('Default segment targeting', function () {
it('sets segment targeting for Xandr', function () {
const data = transformedTargeting()
const adUnits = getAdUnits()
const config = getConfig()

readAndSetCohorts({ adUnits }, config)

adUnits.forEach(adUnit => {
adUnit.bids.forEach(bid => {
const { bidder, params } = bid

if (bidder === 'appnexus') {
expect(deepAccess(params, 'keywords.permutive')).to.eql(data.appnexus)
expect(deepAccess(params, 'keywords.p_standard')).to.eql(data.ac.concat(data.ssp.cohorts))
}
})
})
})

it('sets segment targeting for Ozone', function () {
const data = transformedTargeting()
const adUnits = getAdUnits()
Expand Down

0 comments on commit 77eb7ed

Please sign in to comment.