Skip to content

Commit

Permalink
Logly Lift Bid Adapter_spec: Fix test (#7869)
Browse files Browse the repository at this point in the history
Version changes as package.json does
  • Loading branch information
robertrmartinez authored Dec 17, 2021
1 parent 4e3173e commit c6af188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/loglyliftBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('loglyliftBidAdapter', function () {
expect(data.bidId).to.equal(nativeBidRequests[0].bidId);
expect(data.mediaTypes).to.deep.equal(nativeBidRequests[0].mediaTypes);
expect(data.params).to.deep.equal(nativeBidRequests[0].params);
expect(data.prebidJsVersion).to.equal('6.5.0-pre');
expect(data.prebidJsVersion).to.equal('$prebid.version$');
expect(data.url).to.exist;
expect(data.domain).to.exist;
expect(data.referer).to.equal(bidderRequest.refererInfo.referer);
Expand Down

0 comments on commit c6af188

Please sign in to comment.