github.com/prebid/prebid-server@v0.275.0/adapters/adview/adviewtest/supplemental/currency_rate_not_found.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 }, 15 "bidfloor": 1.00, 16 "bidfloorcur": "JPY", 17 "ext":{ 18 "bidder": { 19 "placementId": "posid00001", 20 "accountId": "accountid01" 21 } 22 } 23 } 24 ], 25 "ext": { 26 "prebid": { 27 "currency": { 28 "rates": { 29 "MXN": { 30 "USD": 0.05 31 } 32 }, 33 "usepbsrates": false 34 } 35 } 36 } 37 }, 38 "expectedMakeRequestsErrors": [ 39 { 40 "value": "Currency conversion rate not found: 'JPY' => 'USD'", 41 "comparison": "literal" 42 } 43 ] 44 }