Skip to content

Commit 2a6a483

Browse files
committed
correct erroneous deletion
1 parent 7d46156 commit 2a6a483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/spec/modules/appnexusBidAdapter_spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ describe('AppNexusAdapter', function () {
148148
});
149149

150150
it('should not populate the ad_types array when adUnit.mediaTypes is undefined', function() {
151+
const bidRequest = Object.assign({}, bidRequests[0]);
151152
const request = spec.buildRequests(bidRequests);
152153
const payload = JSON.parse(request.data);
153154

0 commit comments

Comments
 (0)