Skip to content

Commit 78055ba

Browse files
committed
Final fixes.
1 parent cb68244 commit 78055ba

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/java/org/prebid/server/spring/config/server/application/ApplicationServerConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ VideoHandler openrtbVideoHandler(
305305
@ConditionalOnProperty(value = "video.enable-deprecated-endpoint", havingValue = "false", matchIfMissing = true)
306306
ApplicationResource deprecatedOpenrtbVideoHandler() {
307307
return new DeprecatedResource(
308-
"The video endpoint is deprecated and will be removed in 5.0." +
309-
" You may re-enable it via [video.enable-deprecated-endpoint]",
308+
"The video endpoint is deprecated and will be removed in 5.0."
309+
+ " You may re-enable it via [video.enable-deprecated-endpoint]",
310310
HttpEndpoint.of(HttpMethod.POST, Endpoint.openrtb2_video.value()));
311311
}
312312

src/test/resources/org/prebid/server/it/test-application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ http-client.circuit-breaker.opening-interval-ms=1000
710710
http-client.circuit-breaker.closing-interval-ms=10000
711711
auction.tmax-upstream-response-time=0
712712
auction.category-mapping-enabled=true
713+
video.enable-deprecated-endpoint=true
713714
currency-converter.external-rates.enabled=true
714715
currency-converter.external-rates.url=http://localhost:8090/currency-rates
715716
amp.custom-targeting=rubicon

0 commit comments

Comments
 (0)