Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzgg committed Apr 2, 2024
1 parent d61fc7d commit 85ea757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/gumgumBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ describe('gumgumAdapter', function () {
const request = { ...bidRequests[0] };
const bidRequest = spec.buildRequests([request])[0];
expect(bidRequest.data.aun).to.equal(bidRequests[0].adUnitCode);
expect(bidRequest.data.displaymanager).to.equal('Prebid.js');
expect(bidRequest.data.displaymanager).to.equal('Prebid.js - gumgum');
expect(bidRequest.data.displaymanagerver).to.equal(JCSI.pbv);
});
it('should set pubProvidedId if the uid and pubProvidedId are available', function () {
Expand Down

0 comments on commit 85ea757

Please sign in to comment.