github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidmachine/bidmachinetest/supplemental/wrong-host.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-impression-id-1", 7 "banner": { 8 "format": [ 9 { 10 "w": 320, 11 "h": 50 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "host": "`", 18 "path": "auction/rtb/v2", 19 "seller_id": "1" 20 } 21 } 22 } 23 ] 24 }, 25 "httpCalls": [], 26 "expectedBidResponses": [], 27 "expectedMakeRequestsErrors": [ 28 { 29 "value": "Failed to create final URL with provided host", 30 "comparison": "literal" 31 } 32 ], 33 "expectedMakeBidsErrors": [] 34 } 35