@@ -122,7 +122,7 @@ public void makeHttpRequestsShouldChangeOnlyFirstImpExt() {
122
122
.flatExtracting (BidRequest ::getImp )
123
123
.extracting (Imp ::getExt )
124
124
.containsExactly (
125
- mapper .valueToTree (TtxImpExt .of (TtxImpExtTtx .of ("productId" , "zoneId" ))));
125
+ mapper .valueToTree (ThirtyThreeAcrossImpExt .of (ThirtyThreeAcrossImpExtTtx .of ("productId" , "zoneId" ))));
126
126
}
127
127
128
128
@ Test
@@ -132,7 +132,7 @@ public void makeHttpRequestsShouldReturnErrorIfVideoParamsNotPresent() {
132
132
.imp (singletonList (
133
133
givenImp (impBuilder -> impBuilder
134
134
.video (Video .builder ().build ())
135
- .ext (mapper .valueToTree (ExtPrebid .of (null , ExtImpTtx .of ("11" , null , "3" )))))))
135
+ .ext (mapper .valueToTree (ExtPrebid .of (null , ExtImpThirtyThreeAcross .of ("11" , null , "3" )))))))
136
136
.build ();
137
137
138
138
// when
@@ -151,7 +151,7 @@ public void makeHttpRequestsShouldUpdateNotPresentPlacement() {
151
151
.imp (singletonList (
152
152
givenImp (impBuilder -> impBuilder
153
153
.video (validVideo ())
154
- .ext (mapper .valueToTree (ExtPrebid .of (null , ExtImpTtx .of ("11" , null , "3" )))))))
154
+ .ext (mapper .valueToTree (ExtPrebid .of (null , ExtImpThirtyThreeAcross .of ("11" , null , "3" )))))))
155
155
.build ();
156
156
157
157
// when
@@ -174,7 +174,7 @@ public void makeHttpRequestsShouldNotUpdatePlacementWhenProductIdIsNotInstreamAn
174
174
.imp (singletonList (
175
175
givenImp (impBuilder -> impBuilder
176
176
.video (validVideo ().toBuilder ().placement (23 ).build ())
177
- .ext (mapper .valueToTree (ExtPrebid .of (null , ExtImpTtx .of ("11" , null , "3" )))))))
177
+ .ext (mapper .valueToTree (ExtPrebid .of (null , ExtImpThirtyThreeAcross .of ("11" , null , "3" )))))))
178
178
.build ();
179
179
180
180
// when
@@ -197,7 +197,7 @@ public void makeHttpRequestsShouldUpdatePlacementAndStartDelayIfProdIsInstream()
197
197
.imp (singletonList (
198
198
givenImp (impBuilder -> impBuilder
199
199
.video (validVideo ())
200
- .ext (mapper .valueToTree (ExtPrebid .of (null , ExtImpTtx .of ("11" , null , "instream" )))))))
200
+ .ext (mapper .valueToTree (ExtPrebid .of (null , ExtImpThirtyThreeAcross .of ("11" , null , "instream" )))))))
201
201
.build ();
202
202
203
203
// when
0 commit comments