github.com/prebid/prebid-server@v0.275.0/adapters/frvradn/frvradntest/supplemental/400.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-banner-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 600 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "ad_unit_id": "7fc326d4-243d-41ef-bbb4-4c76c4ad69cd", 18 "publisher_id": "4552e5bd-5ece-4f7d-a256-9069a33260a6" 19 } 20 } 21 } 22 ] 23 }, 24 "httpCalls": [ 25 { 26 "expectedRequest": { 27 "uri": "https://fran.frvr.com/api/v1/openrtb", 28 "body": { 29 "id": "test-request-id", 30 "imp": [ 31 { 32 "id": "test-banner-id", 33 "banner": { 34 "format": [ 35 { 36 "w": 300, 37 "h": 600 38 } 39 ] 40 }, 41 "ext": { 42 "ad_unit_id": "7fc326d4-243d-41ef-bbb4-4c76c4ad69cd", 43 "publisher_id": "4552e5bd-5ece-4f7d-a256-9069a33260a6" 44 } 45 } 46 ] 47 } 48 }, 49 "mockResponse": { 50 "status": 400 51 } 52 } 53 ], 54 "expectedMakeBidsErrors": [ 55 { 56 "value": "Unexpected status code: 400. Run with request.debug = 1 for more info", 57 "comparison": "literal" 58 } 59 ] 60 }