{
  "mockBidRequest": {
    "id": "test-request-id",
    "device": {
      "devicetype": 2
    },
    "site": {
      "page": "http://example.com"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "tagid": "test",
        "bidfloor": 1,
        "bidfloorcur": "GBP",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 320,
              "h": 100
            }
          ]
        }
      }
    ],
    "ext": {
      "prebid": {
        "currency": {
          "rates": {
            "EUR": {
              "USD": 1.11
            }
          },
          "usepbsrates": false
        }
      }
    }
  },
  "httpCalls": [],
  "expectedBidResponses": [],
  "expectedMakeRequestsErrors": [
    {
      "value": "Currency conversion rate not found: 'GBP' => 'USD'",
      "comparison": "literal"
    }
  ]
}
