github.com/prebid/prebid-server/v2@v2.18.0/adapters/smartadserver/smartadservertest/supplemental/response-200-without-body.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [{"w": 728, "h": 90}] 9 }, 10 "ext": { 11 "bidder": { 12 "siteId": 1, 13 "pageId": 2, 14 "formatId": 3, 15 "networkId": 73 16 } 17 } 18 } 19 ] 20 }, 21 22 "httpCalls": [ 23 { 24 "expectedRequest": { 25 "uri": "https://ssb.smartadserver.com/api/bid?callerId=5", 26 "body": { 27 "id": "test-request-id", 28 "imp": [ 29 { 30 "id": "test-imp-id", 31 "banner": { 32 "format": [{"w": 728, "h": 90}] 33 }, 34 "ext": { 35 "bidder": { 36 "siteId": 1, 37 "pageId": 2, 38 "formatId": 3, 39 "networkId": 73 40 } 41 } 42 } 43 ], 44 "site": { 45 "publisher": { 46 "id": "73" 47 } 48 } 49 }, 50 "impIDs":["test-imp-id"] 51 }, 52 "mockResponse": { 53 "status": 200 54 } 55 } 56 ], 57 "expectedMakeBidsErrors": [ 58 { 59 "value": "unexpected end of JSON input", 60 "comparison": "literal" 61 } 62 ] 63 }