github.com/prebid/prebid-server/v2@v2.18.0/adapters/playdigo/playdigotest/supplemental/status-not-200.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 }, 13 { 14 "w": 300, 15 "h": 600 16 } 17 ] 18 }, 19 "ext": { 20 "bidder": { 21 "placementId": "test" 22 } 23 } 24 } 25 ], 26 "app": { 27 "id": "1", 28 "bundle": "com.wls.testwlsapplication" 29 }, 30 "device": { 31 "ip": "123.123.123.123", 32 "ifa": "sdjfksdf-dfsds-dsdg-dsgg" 33 } 34 }, 35 "httpCalls": [{ 36 "expectedRequest": { 37 "uri": "https://server.playdigo.com/pserver", 38 "body": { 39 "id": "test-request-id", 40 "imp": [ 41 { 42 "id": "test-imp-id", 43 "banner": { 44 "format": [ 45 { 46 "w": 300, 47 "h": 250 48 }, 49 { 50 "w": 300, 51 "h": 600 52 } 53 ] 54 }, 55 "ext": { 56 "bidder": { 57 "placementId": "test", 58 "type": "publisher" 59 } 60 } 61 } 62 ], 63 "app": { 64 "id": "1", 65 "bundle": "com.wls.testwlsapplication" 66 }, 67 "device": { 68 "ip": "123.123.123.123", 69 "ifa": "sdjfksdf-dfsds-dsdg-dsgg" 70 } 71 }, 72 "impIDs":["test-imp-id"] 73 }, 74 "mockResponse": { 75 "status": 404, 76 "body": {} 77 } 78 }], 79 "expectedMakeBidsErrors": [ 80 { 81 "value": "Unexpected status code: 404. Run with request.debug = 1 for more info", 82 "comparison": "literal" 83 } 84 ] 85 }