Skip to content

Commit

Permalink
updated test for updated skins parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bauzon-gumgum committed Jul 26, 2022
1 parent f967526 commit b30d2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/modules/gumgumBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ describe('gumgumAdapter', function () {
const bidRequest = spec.buildRequests([request])[0];
expect(bidRequest.data.pi).to.equal(3);
});
it('should set the correct pi param if product param is found and is equal to skin', function () {
const request = { ...bidRequests[0], params: { ...zoneParam, product: 'Skin' } };
it('should set the correct pi param if product param is found and is equal to skins', function () {
const request = { ...bidRequests[0], params: { ...zoneParam, product: 'Skins' } };
const bidRequest = spec.buildRequests([request])[0];
expect(bidRequest.data.pi).to.equal(8);
});
Expand Down

0 comments on commit b30d2d2

Please sign in to comment.