Skip to content

Commit

Permalink
Update gridBidAdapter_spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored May 6, 2021
1 parent d3ac42f commit 7c93d15
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/spec/modules/gridBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'banner',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
},
{
'requestId': '4dff80cc4ee346',
Expand All @@ -627,6 +630,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'banner',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
},
{
'requestId': '5703af74d0472a',
Expand All @@ -640,6 +646,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'banner',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
}
];

Expand Down Expand Up @@ -699,6 +708,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'video',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
'vastXml': '<VAST version=\"3.0\">\n<Ad id=\"21341234\"><\/Ad>\n<\/VAST>',
'adResponse': {
'content': '<VAST version=\"3.0\">\n<Ad id=\"21341234\"><\/Ad>\n<\/VAST>'
Expand All @@ -715,6 +727,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'video',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
'vastXml': '<VAST version=\"3.0\">\n<Ad id=\"21331274\"><\/Ad>\n<\/VAST>',
'adResponse': {
'content': '<VAST version=\"3.0\">\n<Ad id=\"21331274\"><\/Ad>\n<\/VAST>'
Expand Down

0 comments on commit 7c93d15

Please sign in to comment.