File tree Expand file tree Collapse file tree
main/resources/bidder-config
java/org/prebid/server/it
resources/org/prebid/server/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,19 +7,6 @@ adapters:
77 endpoint : http://rtb.connektai.live/?pid={{SourceId}}&host={{Host}}&s=pbs
88 meta-info :
99 maintainer-email : adops@connekt.ai
10- app-media-types :
11- - banner
12- - video
13- - native
14- site-media-types :
15- - banner
16- - video
17- - native
18- supported-vendors :
19- vendor-id : 0
20- usersync :
21- cookie-family-name : xeworks
22- redirect :
2310 meta-info :
2411 maintainer-email : team@xe.works
2512 app-media-types :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class ConnektaiTest extends IntegrationTest {
1818 @ Test
1919 public void openrtb2AuctionShouldRespondWithBidsFromConnektai () throws IOException , JSONException {
2020 // given
21- WIRE_MOCK_RULE .stubFor (post (urlPathEqualTo ("/xeworks -exchange" ))
21+ WIRE_MOCK_RULE .stubFor (post (urlPathEqualTo ("/connektai -exchange" ))
2222 .withRequestBody (equalToJson (
2323 jsonFrom ("openrtb2/connektai/test-connektai-bid-request.json" )))
2424 .willReturn (aResponse ().withBody (
Original file line number Diff line number Diff line change @@ -500,7 +500,8 @@ adapters.vrtcal.enabled=true
500500adapters.vrtcal.endpoint =http://localhost:8090/vrtcal-exchange
501501adapters.xeworks.enabled =true
502502adapters.xeworks.endpoint =http://localhost:8090/xeworks-exchange
503- adapters.xeworks.aliases.connektai =true
503+ adapters.xeworks.aliases.connektai.enabled =true
504+ adapters.xeworks.aliases.connektai.endpoint =http://localhost:8090/connektai-exchange
504505adapters.vidazoo.enabled =true
505506adapters.vidazoo.endpoint =http://localhost:8090/vidazoo-exchange/
506507adapters.videobyte.enabled =true
You can’t perform that action at this time.
0 commit comments