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 371e075 commit 97ef796
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 @@ -557,6 +557,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'banner',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
}
];

Expand Down Expand Up @@ -861,6 +864,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'banner',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
},
{
'requestId': '4e111f1b66e4',
Expand All @@ -874,6 +880,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'banner',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
},
{
'requestId': '26d6f897b516',
Expand All @@ -887,6 +896,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'banner',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
},
{
'requestId': '326bde7fbf69',
Expand All @@ -900,6 +912,9 @@ describe('TheMediaGrid Adapter', function () {
'mediaType': 'banner',
'netRevenue': false,
'ttl': 360,
'meta': {
advertiserDomains: []
},
}
];

Expand Down

0 comments on commit 97ef796

Please sign in to comment.