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

Triplelift Bid Adapter: deprecate getLegacyFpd #8273

Merged
merged 12 commits into from
Apr 11, 2022
Prev Previous commit
Next Next commit
remove console log
  • Loading branch information
nllerandi3lift committed Apr 7, 2022
commit c2650c2c4a526a416b04e7976ddf4cbce964710b
1 change: 0 additions & 1 deletion test/spec/modules/tripleliftBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,6 @@ describe('triplelift adapter', function () {
});
const request = tripleliftAdapterSpec.buildRequests(bidRequests, bidderRequest);
const { data: payload } = request;
console.log(JSON.stringify(payload))
expect(payload.ext.fpd.user).to.not.exist;
expect(payload.ext.fpd.context.ext.data).to.haveOwnProperty('category');
expect(payload.ext.fpd.context).to.haveOwnProperty('pmp_elig');
Expand Down