github.com/prebid/prebid-server@v0.275.0/adapters/motorik/motoriktest/supplemental/status-code-service-unavailable.json (about) 1 2 { 3 "mockBidRequest": { 4 "id": "some-request-id", 5 "tmax": 1000, 6 "user": { 7 "buyeruid": "awesome-user" 8 }, 9 "site": { 10 "page": "test.com", 11 "publisher": { 12 "id": "123456789" 13 } 14 }, 15 "imp": [ 16 { 17 "id": "some-impression-id", 18 "tagid": "ogTAGID", 19 "video": { 20 "mimes": ["video/mp4"], 21 "w": 640, 22 "h": 480, 23 "minduration": 120, 24 "maxduration": 150 25 }, 26 "ext": { 27 "bidder": { 28 "accountId": "accountId", 29 "placementId": "placementId" 30 } 31 } 32 } 33 ] 34 }, 35 36 "httpCalls": [{ 37 "expectedRequest": { 38 "uri": "http://us.example.com/?k=accountId&name=placementId", 39 "body": { 40 "id": "some-request-id", 41 "imp": [ 42 { 43 "id": "some-impression-id", 44 "tagid": "ogTAGID", 45 "video": { 46 "mimes": [ 47 "video/mp4" 48 ], 49 "minduration": 120, 50 "maxduration": 150, 51 "w": 640, 52 "h": 480 53 } 54 } 55 ], 56 "site": { 57 "page": "test.com", 58 "publisher": { 59 "id": "123456789" 60 } 61 }, 62 "user": { 63 "buyeruid": "awesome-user" 64 }, 65 "tmax": 1000 66 } 67 }, 68 "mockResponse": { 69 "status": 503 70 } 71 }], 72 "expectedBidResponses": [], 73 "expectedMakeBidsErrors": [ 74 { 75 "value": "Something went wrong Status Code: [ 503 ] ", 76 "comparison": "literal" 77 } 78 ] 79 }