github.com/prebid/prebid-server@v0.275.0/adapters/adot/adottest/supplemental/status_204.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-banner-id", 4 "imp": [ 5 { 6 "id": "test-imp-banner-id", 7 "banner": {}, 8 "ext": { 9 "adot": {} 10 } 11 } 12 ] 13 }, 14 "httpCalls": [ 15 { 16 "expectedRequest": { 17 "uri": "https://dsp.adotmob.com/headerbidding/bidrequest", 18 "body": { 19 "id": "test-request-banner-id", 20 "imp": [ 21 { 22 "id": "test-imp-banner-id", 23 "banner": {}, 24 "ext": { 25 "adot": {} 26 } 27 } 28 ] 29 } 30 }, 31 "mockResponse": { 32 "status": 204, 33 "body": {} 34 } 35 } 36 ], 37 "expectedBidResponses": [] 38 } 39