Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
m.sorochuk committed Nov 21, 2017
1 parent 42127de commit f878902
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/spec/modules/vertamediaBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ describe('vertamediaBidAdapter', () => {
});

describe('interpretResponse', () => {
let bidderRequest = {bidderCode: 'bidderCode'};
let bidderRequest = {
bidderCode: 'bidderCode',
bids: [{mediaTypes: {video: {}}}]
};

it('should get correct bid response', () => {
const result = spec.interpretResponse({body: serverResponse}, {bidderRequest});
const eq = [{
Expand Down

0 comments on commit f878902

Please sign in to comment.