Skip to content

Commit

Permalink
Merge pull request #27 from KargoGlobal/fix/krkpd-928
Browse files Browse the repository at this point in the history
fix/krkpd-928 | Revert nomenclature change to fix tests
  • Loading branch information
sj1815 authored Mar 7, 2024
2 parents 4cfad02 + 917624b commit 0698fbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/spec/modules/kargoBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ describe('kargo adapter tests', function () {
width: 320,
height: 50,
metadata: {},
creativeId: 'bar'
creativeID: 'bar'
},
2: {
id: 'bar',
Expand All @@ -738,15 +738,15 @@ describe('kargo adapter tests', function () {
metadata: {
landingPageDomain: ['https://foobar.com']
},
creativeId: 'foo'
creativeID: 'foo'
},
3: {
id: 'bar',
cpm: 2.5,
adm: '<div id="2"></div>',
width: 300,
height: 250,
creativeId: 'foo'
creativeID: 'foo'
},
4: {
id: 'bar',
Expand All @@ -756,7 +756,7 @@ describe('kargo adapter tests', function () {
height: 250,
mediaType: 'banner',
metadata: {},
creativeId: 'foo',
creativeID: 'foo',
currency: 'EUR'
},
5: {
Expand All @@ -767,7 +767,7 @@ describe('kargo adapter tests', function () {
height: 250,
mediaType: 'video',
metadata: {},
creativeId: 'foo',
creativeID: 'foo',
currency: 'EUR'
},
6: {
Expand All @@ -779,7 +779,7 @@ describe('kargo adapter tests', function () {
height: 250,
mediaType: 'video',
metadata: {},
creativeId: 'foo',
creativeID: 'foo',
currency: 'EUR'
}
}
Expand Down

0 comments on commit 0698fbc

Please sign in to comment.