{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
        "page": "https://good.site/url"
    },
    "imp": [{
        "id": "test-imp-id", 
        "bidfloor": 1.0,
        "bidfloorcur": "AUD",
        "banner": {
            "format": [{
                "w": 300,
                "h": 250
            }]
        },
        "ext": {
          "bidder": {
              "publisher": "123456",
              "placement": "234567"
          }
        }
  }],
  "ext": {
    "prebid": {
      "currency": {
        "rates": {
          "USD": {
            "AUD": 2.0
          }
        },
        "usepbsrates": false
      }
    }
  }
 },
  "httpCalls": [],
  "expectedBidResponses": [],
  "expectedMakeRequestsErrors": [
    {
      "value": "Currency conversion rate not found from 'AUD' to 'EUR'. Error converting from 'USD' to 'EUR': Currency conversion rate not found: 'USD' => 'EUR'",
      "comparison": "literal"
    }
  ]
}
