github.com/prebid/prebid-server/v2@v2.18.0/adapters/smartx/smartxtest/supplemental/03-missing-bidder-in-response.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-missing-bidder-in-response-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "video": { 8 "mimes": [ 9 "video/mp4" 10 ] 11 } 12 } 13 ] 14 }, 15 "httpCalls": [ 16 { 17 "expectedRequest": { 18 "uri": "https://bid.smartclip.net/bid/1005", 19 "body": { 20 "id": "test-missing-bidder-in-response-id", 21 "imp": [ 22 { 23 "id": "test-imp-id", 24 "video": { 25 "mimes": [ 26 "video/mp4" 27 ] 28 } 29 } 30 ] 31 }, 32 "impIDs":["test-imp-id"] 33 }, 34 "mockResponse": { 35 "body": { 36 "seatbid": [] 37 }, 38 "status": 200 39 } 40 } 41 ], 42 "expectedMakeBidsErrors": [ 43 { 44 "value": "no bidders found in JSON response", 45 "comparison": "literal" 46 } 47 ] 48 }